Registry / serialization / calmh-xdr

calmh-xdr

JSON →
library1.2.0gogounverified

Package xdr implements an XDR (RFC 4506) marshaller/unmarshaller.

go get github.com/calmh/xdr
INSTALL
IMPORT
SIG · CALMH-XDR
C
calmh-xdr
serializationgov1.2.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.

xdr
github.com/calmh/xdr

Encodes an integer using XDR encoding.

package main import ( "bytes" "fmt" "github.com/calmh/xdr" ) func main() { var buf bytes.Buffer enc := xdr.NewEncoder(&buf) enc.EncodeInt(42) fmt.Println(buf.Bytes()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
calmh-xdr — go get calmh-xdr · libregistry