Registry / serialization / google-orderedcode

google-orderedcode

JSON →
library0.0.1gogounverified

Package orderedcode provides a byte encoding of a sequence of typed items.

go get github.com/google/orderedcode
INSTALL
IMPORT
SIG · GOOGLE-ORDEREDCODE
G
google-orderedcode
serializationgov0.0.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.

orderedcode
github.com/google/orderedcode

Encode a string and an integer into ordered bytes.

import "github.com/google/orderedcode" func main() { enc := orderedcode.NewEncoder() enc.WriteString("hello") enc.WriteInt(42) data := enc.Bytes() _ = data }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
google-orderedcode — go get google-orderedcode · libregistry