package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Packages
Package primitive defines marshal.Marshallable implementations for primitive types.
# Functions
Marshal returns the serialized contents of m in a newly allocated byte slice.
MarshalAll returns the serialized contents of all ms in a newly allocated byte slice.
TotalSize returns the total size of all ms.
# Interfaces
CheckedMarshallable represents operations on a type that can be marshalled to and from memory and additionally does bound checking.
CopyContext defines the memory operations required to marshal to and from user memory.
Marshallable represents operations on a type that can be marshalled to and from memory.