Cargo Features
[dependencies]
rvideo = { version = "0.5.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 wheneverrvideo
is added without
somewhere in the dependency tree.default-features = false - full = async
- async full?
-
Enables tokio
- locking-default default
-
Enables parking_lot, parking_lot of rtsc
- locking-rt
-
Enables parking_lot_rt
- locking-rt-safe
RVideo has 6 features without comments.