Documentation ¶
Overview ¶
Package cmem provides helper functionality for accessing memory in a C compatible fashion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMarshaler ¶
CMarshaler is an interface for types that can marshal their data into a C compatible binary layout.
type Encoder ¶
type Encoder struct { // Buf contains the encoded data. Buf []byte // contains filtered or unexported fields }
Encoder is a wrapper type for information necessary to create and subsequently write an in memory object to a PacketTable using Append().
Click to show internal directories.
Click to hide internal directories.