Registry / serialization / filecoin-project-go-cbor-util

filecoin-project-go-cbor-util

JSON →
library0.0.2gogounverified

Provides utility functions for working with CBOR-encoded data in Go.

go get github.com/filecoin-project/go-cbor-util
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-cbor-util
serializationgov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cborutil
github.com/filecoin-project/go-cbor-util

Encodes a map to CBOR bytes using Dump.

package main import ( "fmt" "github.com/filecoin-project/go-cbor-util" ) func main() { data := map[string]int{"a": 1} bytes, err := cborutil.Dump(data) if err != nil { panic(err) } fmt.Println(bytes) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filecoin-project-go-cbor-util — go get filecoin-project-go-cbor-util · libregistry