Registry / serialization / planetscale-vtprotobuf

planetscale-vtprotobuf

JSON →
library0.6.0gogounverified

Provides a fast protobuf codec for Go, optimized for performance with generated marshaling/unmarshaling.

go get github.com/planetscale/vtprotobuf
INSTALL
IMPORT
SIG · PLANETSCALE-VTPROT
P
planetscale-vtprotobuf
serializationgov0.6.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.

vtprotobuf
github.com/planetscale/vtprotobuf

Demonstrates importing the vtprotobuf codec package.

package main import ( "fmt" "github.com/planetscale/vtprotobuf/codec" ) func main() { // Example usage requires generated code; see documentation. fmt.Println("vtprotobuf codec available") }
Debug
Known issues
gotchaRequires protoc plugin to generate vtprotobuf-specific code; not compatible with standard protobuf codec.
fix
Use the vtprotobuf protoc plugin to generate code.
affects: all
Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
planetscale-vtprotobuf — go get planetscale-vtprotobuf · libregistry