Cargo Features

RTSC has no features set by default.

[dependencies]
rtsc = { version = "0.3.2", features = ["serde", "parking_lot"] }
serde

Enables serde of lock_api

Features from optional dependencies

parking_lot implicit feature

Enables parking_lot

parking_lot:

More compact and efficient implementations of the standard synchronization primitives