package
1.2.9
Repository: https://github.com/inkeliz/karmem.git
Documentation: pkg.go.dev

# Functions

NewFixedWriter creates a Writer from an existent memory segment/buffer.
NewReader creates a Reader using the existent slice.
NewWriter creates a Writer with the given initial capacity.

# Variables

ErrOutOfMemory happens when alloc is required while using NewFixedWriter.

# Structs

Reader holds the buffer to read data from.
Writer holds the encoded, the finished encode can be retrieved by Writer.Bytes().