package
0.1.20
Repository: https://github.com/indra-labs/indra.git
Documentation: pkg.go.dev

# Structs

Codec is the collection of elements that creates a Human Readable Binary Transcription Codec This is an example of the use of a structure definition to encapsulate and logically connect together all the elements of an implementation, while also permitting this to be used by external code without further dependencies, either through this type, or via the interface defined further down.