Docs.rs
remdb-0.3.1
remdb 0.3.1
Docs.rs crate page
MIT
23 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
bobjia
Dependencies
bincode ^1.3
normal
optional
futures ^0.3
normal
optional
heapless ^0.8
normal
optional
lazy_static ^1.4.0
normal
lz4 ^1.24
normal
optional
ndarray ^0.15
normal
optional
ort ^2.0.0-rc.11
normal
optional
rand ^0.8.5
normal
optional
regex ^1.10.0
normal
optional
remdb-macros ^0.3.1
normal
reqwest ^0.12
normal
optional
serde ^1.0
normal
optional
sha2 ^0.10
normal
optional
socket2 ^0.5.5
normal
optional
tokio ^1.0
normal
optional
tracing ^0.1
normal
optional
tracing-appender ^0.2
normal
optional
tracing-core ^0.1
normal
optional
tracing-subscriber ^0.3
normal
optional
ureq ^2.9
normal
optional
zstd ^0.13
normal
optional
criterion ^0.5
dev
serial_test ^3.0.0
dev
cc ^1.0
build
Versions
88.83%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
try_lock
remdb
0.3.1
remdb
Macro
try_
lock
Copy item path
Source
macro_rules! try_lock { ($lock:expr) => { ... }; }
Expand description
安全地获取 Mutex 锁,自动处理中毒情况 不会 panic