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 fori8
/u8
. Normally this is disabled to prevent unintended use ofchar thing[]
arrays when then intent wasopaque thing[]
. - unstable
-
For travis