readlock-tokio 0.1.5

A weird alternative to Arc<RwLock<T>>, using tokio's RwLock
docs.rs failed to build readlock-tokio-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: readlock-tokio-0.1.6

readlock-tokio

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