package
1.15.4-boost
Repository: https://github.com/filecoin-project/go-data-transfer.git
Documentation: pkg.go.dev

# Functions

Encode encodes an encodable to CBOR, using the best available path for writing to CBOR.
No description provided by the author
NewDecoder creates a new Decoder that will decode into new instances of the given object type.

# Interfaces

Decoder is CBOR decoder for a given encodable type.
Encodable is an object that can be written to CBOR and decoded back.