Registry / serialization / ipfs-go-ipld-cbor

ipfs-go-ipld-cbor

JSON →
library0.2.1gogounverified

A Go implementation of IPLD (InterPlanetary Linked Data) using CBOR serialization.

go get github.com/ipfs/go-ipld-cbor
INSTALL
IMPORT
SIG · IPFS-GO-IPLD-CBOR
I
ipfs-go-ipld-cbor
serializationgov0.2.1
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.

cbor
github.com/ipfs/go-ipld-cbor

Parses a CBOR-encoded IPLD node.

package main import ( "fmt" "github.com/ipfs/go-ipld-cbor" ) func main() { node, err := cbor.ParseDagNode([]byte(`{"hello": "world"}`)) if err != nil { panic(err) } fmt.Println(node) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ipfs-go-ipld-cbor — go get ipfs-go-ipld-cbor · libregistry