Docs.rs
path_helper-0.1.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
path_helper 0.1.0
简单易用的路径处理库
Crate
Source
Builds
Feature flags
Documentation
Coverage
33.33%
1
out of
3
items documented
0
out of
0
items with examples
Size
Source code size: 16.32 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 1.07 MB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 23s
Average build duration of
successful
builds.
all releases: 28s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Homepage
share121/path_helper
0
0
0
crates.io
Dependencies
sanitize-filename ^0.6.0
normal
optional
tokio ^1.51.0
normal
optional
Versions
0.1.3
(2026-05-07)
0.1.2
(2026-04-09)
0.1.1
(2026-04-08)
0.1.0
(2026-04-08)
Owners
path_helper
简单易用的路径处理库
功能
gen_unique_path
: 自动给路径加 (序号),如
example.zip
会变成
example (1).zip
sanitize_filename
: 规范化文件名,文件名过长时会自动截断,并且保留扩展名
sanitize_path
: 规范化路径中的每一个文件(夹)名,并且保留扩展名