Registry / serialization / rasky-go-xdr

rasky-go-xdr

JSON →
library0.0.0-20170217172119-4930550ba2e2gogounverified

A Go implementation of the XDR (External Data Representation) standard for serialization.

go get github.com/rasky/go-xdr
INSTALL
IMPORT
SIG · RASKY-GO-XDR
R
rasky-go-xdr
serializationgov0.0.0-20170217172119-4930550ba2e2
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.

xdr
github.com/rasky/go-xdr

Marshals a uint32 into XDR format

package main import ( "bytes" "github.com/rasky/go-xdr/xdr2" ) func main() { var buf bytes.Buffer xdr2.Marshal(&buf, uint32(42)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170217172119-4930550ba2e2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rasky-go-xdr — go get rasky-go-xdr · libregistry