Docs.rs
rslock-0.7.2
rslock 0.7.2
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
hexcowboy
Dependencies
futures ^0.3.31
normal
rand ^0.9.1
normal
redis ^0.31.0
normal
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
anyhow ^1.0.93
dev
once_cell ^1.20.2
dev
testcontainers ^0.23.1
dev
tokio ^1.41.1
dev
tokio-test ^0.4.4
dev
Versions
35%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rslock
0.7.2
All Items
Crate Items
Structs
Enums
Crate
rslock
Copy item path
Source
Structs
§
Lock
A distributed lock that can be acquired and released across multiple Redis instances.
Lock
Guard
Upon dropping the guard,
LockManager::unlock
will be ran synchronously on the executor.
Lock
Manager
The lock manager.
Enums
§
Lock
Error