Cargo Features
[dependencies]
swap-pool = { version = "0.3.0", default-features = false, features = ["full", "thiserror", "timestamp-uuid", "random-uuid", "crc32-uuid", "xxhash-uuid", "size-of-crate", "dyn-size-of-crate"] }
- default = timestamp-uuid
-
The
timestamp-uuid
feature is set by default wheneverswap-pool
is added without
somewhere in the dependency tree.default-features = false - full = dyn-size-of-crate, random-uuid, thiserror, xxhash-uuid
- thiserror full?
-
Enables thiserror
- timestamp-uuid default
- random-uuid full?
-
Enables rand
- crc32-uuid
-
Enables crc32fast
- xxhash-uuid full?
-
Enables xxhash-rust
- size-of-crate
-
Enables size-of
- dyn-size-of-crate full?
-
Enables dyn_size_of
SwapPool has 9 features without comments.