package
0.0.0-20220214151720-7585b01ddccf
Repository: https://github.com/inetaf/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.

# 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.