blob: e7b6971ed8cc81b8fd687d36b94615b69499fe42 (
plain) (
blame)
1
2
3
4
|
XDR is an open data format, specified in RFC 4506. This library provides a way
to read and write XDR data from ruby. It can read/write all of the primitive
XDR types and also provides facilities to define readers for the compound XDR
types (enums, structs and unions)
|