Docs.rs
sync-box-0.1.2
sync-box 0.1.2
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
ligang-code2020
Dependencies
anyhow ^1.0.99
normal
blake3 ^1.8.2
normal
chrono ^0.4.42
normal
clap ^4.5.46
normal
futures ^0.3.31
normal
glob ^0.3.3
normal
indicatif ^0.18.0
normal
notify ^8.1.0
normal
num-format ^0.4.4
normal
once_cell ^1.21.3
normal
parking_lot ^0.12.4
normal
rayon ^1.11.0
normal
regex ^1.11.2
normal
serde ^1.0.219
normal
thiserror ^2.0.16
normal
time ^0.3.41
normal
tokio ^1.47.1
normal
tokio-util ^0.7.16
normal
toml ^0.9.5
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
walkdir ^2.5.0
normal
tempfile ^3.8
dev
tokio-test ^0.4
dev
Versions
44.59%
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 utils
syncbox
0.1.2
Module utils
Module Items
Re-exports
Modules
In crate syncbox
syncbox
Module
utils
Copy item path
Source
Expand description
工具函数模块
包含各种通用的工具函数,如格式化、验证等
Re-exports
§
pub use format::
format_file_size
;
pub use progress::
create_progress_bar
;
Modules
§
format
progress