Cargo Features

interlock has no features set by default.

[dependencies]
interlock = { version = "0.0.4", features = ["std", "alloc", "async", "doc_cfg"] }
std = alloc, thiserror

Enables std of stable_deref_trait

Affects slice::SyncRbTreeSliceIntervalRwLock, slice::SyncRbTreeSliceRefIntervalRwLock, slice::SyncRbTreeVecIntervalRwLock, raw::sync

alloc std?

Enables alloc of stable_deref_trait

Affects slice::LocalRbTreeVecIntervalRwLock, slice::AsyncRbTreeVecIntervalRwLock

async = lock_api

Affects slice::AsyncRbTreeSliceIntervalRwLock, slice::AsyncRbTreeSliceRefIntervalRwLock, raw::future, slice::AsyncRbTreeVecIntervalRwLock

doc_cfg

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

thiserror std?
lock_api async?