Docs.rs
elif-cache-0.3.0
elif-cache 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
krcpa
Dependencies
async-trait ^0.1
normal
axum ^0.7
normal
optional
blake3 ^1.0
normal
chrono ^0.4
normal
dashmap ^5.0
normal
elif-core ^0.5.0
normal
futures ^0.3
normal
hex ^0.4
normal
lru ^0.12
normal
parking_lot ^0.12
normal
rand ^0.8
normal
redis ^0.23
normal
optional
regex ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
service-builder ^0.3.0
normal
thiserror ^1.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
wildmatch ^2.1
normal
criterion ^0.5
dev
tempfile ^3.0
dev
tokio-test ^0.4
dev
Versions
64.02%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
elif_
cache
0.3.0
Cache
Key
Aliased Type
In crate elif_
cache
elif_cache
Type Alias
CacheKey
Copy item path
Source
pub type CacheKey =
String
;
Expand description
Cache key type
Aliased Type
ยง
pub struct CacheKey {
/* private fields */
}