Cargo Features
[dependencies]
byteorder-sgx = { version = "0.0.1", default-features = false, features = ["std", "i128"] }
- default = std
-
The
std
feature is set by default wheneverbyteorder-sgx
is added without
somewhere in the dependency tree.default-features = false - std default
- i128
-
This feature is no longer used and is DEPRECATED. This crate now automatically enables i128 support for Rust compilers that support it. The feature will be removed if and when a new major version is released.