Cargo Features
[dependencies]
floco = { version = "0.1.3", default-features = false, features = ["std", "libm", "std_math", "std_serde"] }
- default = libm
-
The
libm
feature is set by default wheneverfloco
is added without
somewhere in the dependency tree.default-features = false - std = std_math, std_serde
- libm default
-
Enables num-traits
- std_math std?
-
Enables std of num-traits
- std_serde std?
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.
Floco has 5 features without comments.