Cargo Features

mcslock has no features set by default.

[dependencies]
mcslock = { version = "0.4.1", features = ["yield", "thread_local", "barging", "lock_api"] }
yield

NOTE: Features yield, thread_local require std.

thread_local
barging

Affects inner::barging, mcslock::barging, test::tests.test_guard_debug_display

lock_api

NOTE: The dep: syntax requires Rust 1.60.

Enables lock_api

Affects barging::lock_api