Cargo Features
[dependencies]
rflow = { version = "0.1.2", default-features = false, features = ["full", "async", "locking-default", "locking-rt", "locking-rt-safe"] }
- default = locking-default
-
The
locking-default
feature is set by default wheneverrflow
is added without
somewhere in the dependency tree.default-features = false - full = async
- async full?
-
Enables parking_lot_rt and tokio
- locking-default default
-
Enables parking_lot, parking_lot of rtsc
- locking-rt
-
Enables parking_lot_rt
- locking-rt-safe
RFlow has 6 features without comments.