Docs.rs
sz-orm-core-1.2.2
sz-orm-core 1.2.2
Docs.rs crate page
MIT
02 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
async-trait ^0.1
normal
bytes ^1
normal
chrono ^0.4
normal
crossbeam-queue ^0.3
normal
futures ^0.3
normal
parking_lot ^0.12
normal
redis ^0.27
normal
optional
serde ^1
normal
serde_json ^1
normal
sz-orm-health ^1.2.2
normal
optional
sz-orm-limit ^1.2.2
normal
optional
sz-orm-macros ^1.2.2
normal
sz-orm-migration ^1.2.2
normal
sz-orm-model ^1.2.2
normal
sz-orm-pool ^1.2.2
normal
sz-orm-query ^1.2.2
normal
sz-orm-sql-validator ^1.2.2
normal
thiserror ^2
normal
tokio ^1.40
normal
tracing ^0.1
normal
criterion ^0.5
dev
oracle ^0.6
dev
proptest ^1.5
dev
rusqlite ^0.32
dev
sqlx ^0.9
dev
tokio ^1.40
dev
Versions
92.44%
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 retry
sz_
orm_
core
1.2.2
Module retry
Module Items
Structs
Functions
In crate sz_
orm_
core
sz_orm_core
Module
retry
Copy item path
Source
Expand description
通用错误重试器
支持指数退避 + 抖动的可配置重试策略
Structs
§
Retry
Policy
重试策略
Functions
§
retry_
with_
backoff
带重试执行异步操作