Categorygithub.com/ibllex/go-encoding
modulepackage
1.0.0
Repository: https://github.com/ibllex/go-encoding.git
Documentation: pkg.go.dev

# README

go-encoding

An encoding and decoding library with multiple implementations for go

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Codec is a combination of Unmarshaler and Marshaler.
Compressor compress and decompress the given data.
Marshaler transforms the given value into bytes.
Unmarshaler transforms bytes produced by Marshal back into a Go object.