keyed_lock/
lib.rs

1#![doc = include_str!("../README.md")]
2
3#[cfg(feature = "async")]
4pub mod r#async;
5#[cfg(feature = "sync")]
6pub mod sync;