Registry / serialization / dreamacro-protobytes

dreamacro-protobytes

JSON →
library0.0.0-20230911123819-0bbf144b9b9agogounverified

Protocol Buffers byte manipulation utilities for Go.

go get github.com/Dreamacro/protobytes
INSTALL
IMPORT
SIG · DREAMACRO-PROTOBYT
D
dreamacro-protobytes
serializationgov0.0.0-20230911123819-0bbf144b9b9a
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.

protobytes
github.com/Dreamacro/protobytes

Writes a varint to a protobuf byte buffer.

package main import ( "fmt" "github.com/Dreamacro/protobytes" ) func main() { buf := protobytes.NewWriter(nil) buf.WriteVarint(42) fmt.Println(buf.Bytes()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230911123819-0bbf144b9b9alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dreamacro-protobytes — go get dreamacro-protobytes · libregistry