Cargo Features
[dependencies]
euid = { version = "0.1.7", default-features = false, features = ["std", "euid_64", "non_binary"] }
- default = std
-
The
std
feature is set by default whenevereuid
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
check::m7
… - euid_64
-
reference implementation for language that doesn't support 128 bit integer natively.
Affects
check::m7
… - non_binary
-
reference implementation for non binary base32 encoding
Affects
base32::encode
,base32::decode
…