xdr-codec 0.1.0

XDR encode/decode runtime support. Pairs with xdrgen which generates code from specs.
Documentation
1
2
3
4
5
6
7
fn main() {
	match 123 {
	1i32 => (),
	2 => (),
	_ => (),
	}
}