readlock-tokio 0.1.6

A weird alternative to Arc<RwLock<T>>, using tokio's RwLock
Documentation

readlock-tokio

A clone of the readlock crate that uses tokio's RwLock instead of the one from std.