Registry / serialization / richardartoul-molecule

richardartoul-molecule

JSON →
library1.0.0gogounverified

A Go library for encoding and decoding Protocol Buffers wire format.

go get github.com/richardartoul/molecule
INSTALL
IMPORT
SIG · RICHARDARTOUL-MOLE
R
richardartoul-molecule
serializationgov1.0.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.

molecule
✓ github.com/richardartoul/molecule

Decodes a protobuf wire format byte slice.

package main import ( "fmt" "github.com/richardartoul/molecule" ) func main() { data := []byte{0x08, 0x96, 0x01} result, _ := molecule.Decode(data) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
richardartoul-molecule — go get richardartoul-molecule · libregistry