Cargo Features
[dependencies]
markovish = { version = "0.2.1", default-features = false, features = ["inline-more", "serde"] }
- default = inline-more
-
The
inline-more
feature is set by default whenevermarkovish
is added without
somewhere in the dependency tree.default-features = false - inline-more default
-
Enables inline-more of hashbrown
hashbrown:
Enables usage of
#[inline]
on far more functions than by default in this crate. This may lead to a performance increase but often comes at a compile time cost. - serde
-
Enables serde, serde of hashbrown, serde1 of rand_distr
markovish has 3 features without comments.