Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CBOR ¶
type CBOR[T CBORMarshalUnmarshaler] struct{}
func NewCBOR ¶
func NewCBOR[T CBORMarshalUnmarshaler]() *CBOR[T]
type CBORMarshalUnmarshaler ¶
type CBORMarshalUnmarshaler interface { cbg.CBORMarshaler cbg.CBORUnmarshaler }
type EncodeDecoder ¶
type EncodeDecoder[T CBORMarshalUnmarshaler] interface { Encode(v T) ([]byte, error) Decode([]byte, T) error }
type ZSTD ¶
type ZSTD[T CBORMarshalUnmarshaler] struct { // contains filtered or unexported fields }
func NewZSTD ¶
func NewZSTD[T CBORMarshalUnmarshaler]() (*ZSTD[T], error)
Click to show internal directories.
Click to hide internal directories.