Registry / serialization / nebulouslabs-encoding

nebulouslabs-encoding

JSON →
library0.0.0-20200604091946-456c3dc907fegogounverified

Package encoding converts arbitrary objects into byte slices and vice versa, with helpers for length-prefixed data.

go get gitlab.com/NebulousLabs/encoding
INSTALL
IMPORT
SIG · NEBULOUSLABS-ENCOD
N
nebulouslabs-encoding
serializationgov0.0.0-20200604091946-456c3dc907fe
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.

encoding
gitlab.com/NebulousLabs/encoding

Marshal a string into bytes using the encoding package.

package main import ( "fmt" "gitlab.com/NebulousLabs/encoding" ) func main() { data := encoding.Marshal("hello") fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200604091946-456c3dc907felatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nebulouslabs-encoding — go get nebulouslabs-encoding · libregistry