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 whenever rflow is added without default-features = false somewhere in the dependency tree.

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.