Docs.rs
sz-rust-orm-facade-1.2.0
sz-rust-orm-facade 1.2.0
Docs.rs crate page
MIT
22 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
async-trait ^0.1
normal
dashmap ^6
normal
parking_lot ^0.12
normal
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sz-orm-auth ^5.0.0
normal
sz-orm-core ^5.0.0
normal
sz-orm-graphql ^5.0.0
normal
optional
sz-orm-grpc ^5.0.0
normal
optional
sz-orm-limit ^5.0.0
normal
sz-orm-logger ^5.0.0
normal
sz-orm-macros ^5.0.0
normal
sz-orm-mqtt ^5.0.0
normal
sz-orm-query-builder ^5.0.0
normal
sz-orm-queue ^5.0.0
normal
sz-orm-scheduler ^5.0.0
normal
sz-orm-sql-validator ^5.0.0
normal
sz-orm-storage ^5.0.0
normal
sz-orm-tracing ^5.0.0
normal
sz-orm-websocket ^5.0.0
normal
thiserror ^2
normal
tokio ^1.40
normal
tracing ^0.1
normal
Versions
95.96%
of the crate is documented
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
Module cache
sz_
rust_
orm_
facade
1.2.0
Module cache
Module Items
Structs
Traits
In sz_
rust_
orm_
facade::
data_
scope
sz_rust_orm_facade
::
data_scope
Module
cache
Copy item path
Source
Expand description
部门树缓存 — DeptTreeCache
使用 DashMap 分片锁实现高并发读,TTL 过期自动刷新。 递归展开算法维护 HashSet 检测循环引用。
Structs
§
Dept
Tree
Cache
部门树缓存
Traits
§
Dept
Tree
Provider
部门树数据源 trait