Cargo Features

xdr-codec has no features set by default.

[dependencies]
xdr-codec = { version = "0.4.4", features = ["bytecodec", "unstable"] }
bytecodec

Enable use of Pack/Unpack traits for i8/u8. Normally this is disabled to prevent unintended use of char thing[] arrays when then intent was opaque thing[].

unstable

For travis