Cargo Features

Everrs has no features set by default.

[dependencies]
everrs = { version = "0.2.1", features = ["unstable", "native"] }
unstable

compile with unstable features

native

build and optimize EverCrypt solely for the native CPU NOTE: the build might not run on other CPU-types, see e.g. https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html for additional details.