Cargo Features
[dependencies]
simple_endian = { version = "0.3.2", default-features = false, features = ["bitwise", "neg_ops", "shift_ops", "little_endian", "both_endian", "float_impls", "integer_impls", "byte_impls"] }
- default = bitwise, both_endian, byte_impls, comparisons, float_impls, format, integer_impls, math_ops, neg_ops, shift_ops
-
These default features are set whenever
simple_endian
is added without
somewhere in the dependency tree.default-features = false - bitwise default = integer_impls
- comparisons format math_ops neg_ops default
- shift_ops default
- big_endian little_endian both_endian
- both_endian default = big_endian, little_endian
- float_impls default = integer_impls
- integer_impls default bitwise float_impls
- byte_impls default
simple_endian has 9 features without comments.