Cargo Features

[dependencies]
byteorder-sgx = { version = "0.0.1", default-features = false, features = ["std", "i128"] }
default = std

The std feature is set by default whenever byteorder-sgx is added without default-features = false somewhere in the dependency tree.

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.