Registry / serialization / dfuse-io-dbin

dfuse-io-dbin

JSON →
library0.9.0gogounverified

A Go library for binary data encoding and decoding with a focus on efficiency.

go get github.com/dfuse-io/dbin
INSTALL
IMPORT
SIG · DFUSE-IO-DBIN
D
dfuse-io-dbin
serializationgov0.9.0
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.

dbin
github.com/dfuse-io/dbin

Encodes a string into binary format.

package main import ( "fmt" "github.com/dfuse-io/dbin" ) func main() { data := dbin.Encode("hello") fmt.Println(data) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
dfuse-io-dbin — go get dfuse-io-dbin · libregistry