Cargo Features

[dependencies]
floco = { version = "0.1.1", default-features = false, features = ["std", "libm", "std_math", "std_serde"] }
default = libm

The libm feature is set by default whenever floco is added without default-features = false somewhere in the dependency tree.

std = std_math, std_serde
libm default

Enables num-traits

std_math std?

Enables std of floatd and num-traits

std_serde std?

Enables std of serde

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.