Registry / serialization / whyrusleeping-cbor

whyrusleeping-cbor

JSON →
library0.0.0-20171005072247-63513f603b11gogounverified

Package cbor implements encoding and decoding of CBOR (RFC 7049) data.

go get github.com/whyrusleeping/cbor
INSTALL
IMPORT
SIG · WHYRUSLEEPING-CBOR
W
whyrusleeping-cbor
serializationgov0.0.0-20171005072247-63513f603b11
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/whyrusleeping/cbor

Marshal a map to CBOR binary format.

package main import ( "fmt" "github.com/whyrusleeping/cbor" ) func main() { data, _ := cbor.Marshal(map[string]int{"a": 1}) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171005072247-63513f603b11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
whyrusleeping-cbor — go get whyrusleeping-cbor · libregistry