Docs.rs
wheel-rs-1.3.0
wheel-rs 1.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nnzbz
Dependencies
bytes ^1.11.1
normal
dns-lookup ^3.0.1
normal
humantime ^2.3.0
normal
libc ^0.2.180
normal
log ^0.4.29
normal
nix ^0.31.1
normal
serde ^1.0.228
normal
sha2 ^0.10.9
normal
thiserror ^2.0.18
normal
tokio ^1.49.0
normal
Versions
91.14%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-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
Skip to main content
Crate wheel_rs
wheel_
rs
1.3.0
All Items
Sections
wheel-rs
功能特性
模块说明
Crate Items
Re-exports
Modules
Crate
wheel_
rs
Copy item path
Source
Expand description
§
wheel-rs
一个 Rust 工具库,提供文件操作、时间工具和 Duration 序列化支持。
§
功能特性
文件工具
: 提供文件扩展名提取和 SHA256 哈希值计算功能
时间工具
: 提供时间戳和时间测量相关工具
DNS 工具
: 提供 DNS 解析功能
命令行工具
: 提供执行外部命令的功能
序列化工具
: 为
std::time::Duration
和其他类型提供自定义序列化和反序列化支持
§
模块说明
dns_utils
: DNS 解析工具函数
Re-exports
§
pub use error::
runtime
;
Modules
§
cmd
命令行工具模块
dns_
utils
DNS 工具模块
error
错误处理模块
file_
utils
文件工具模块
process
serde
序列化模块
time_
utils
时间工具
urn_
utils
URN 工具模块