Docs.rs
pth-0.23.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pth 0.23.0
Collection of algorithms and structures to handle paths properly.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
absolute_path_test
absolute_path_test.rs
as_path_test.rs
current_path.rs
mod.rs
path_canonicalize.rs
path_change_ext.rs
path_common.rs
path_ext.rs
path_exts.rs
path_is_glob.rs
path_join_fn_test.rs
path_join_trait_test.rs
path_normalize.rs
path_relative.rs
path_unique_folder_name.rs
rebase_path.rs
transitive.rs
try_into_cow_path_test.rs
try_into_path_test.rs
without_ext.rs
1
2
3
4
5
use
super
::
*
;
mod
basic_test
;
mod
from_paths_test
;
mod
try_from_test
;