Registry / serialization / xdr
library3.0.3rbrubygemsunverified

A Ruby library for encoding and decoding data in the External Data Representation (XDR) format.

gem install xdr
INSTALL
IMPORT
SIG · XDR
X
xdr
serializationrubyv3.0.3
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
✓ require 'xdr'

Encode and decode an integer using XDR.

require 'xdr' # Encode an integer encoded = XDR::Int.to_xdr(42) # Decode it back decoded = XDR::Int.from_xdr(encoded) puts decoded
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
OpenAI (training)
1
Resources
xdr — gem install xdr · libregistry