Docs.rs
paved-0.4.1-rc2
paved 0.4.1-rc2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Veylisha
Dependencies
serde ^1.0.228
normal
optional
Versions
90.91%
of the crate is documented
Go to latest stable release
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
Crate paved
paved
0.4.1-rc2
All Items
Crate Items
Structs
Enums
Constants
Crate
paved
Copy item path
Source
Structs
§
Paved
Path
A platform agnostic path representation.
Enums
§
Path
Prefix
Specification for Windows path prefixes, only useful for Windows paths
Path
Type
Specifies the type of path this is, either absolute or relative
Platform
Style
The output style for a path, this is used to choose a representation when building a path, unused internally.
AsRef<PathBuf>
on
PavedPath
will always return the platform native option depending on the platform the binary was built for.
Constants
§
CURRENT_
PATH_
SEPARATOR
The path separator used on the target platform of the binary, decided at compile-time
UNIX_
PATH_
SEPARATOR
The path separator used on Unix-like systems
WINDOWS_
PATH_
SEPARATOR
The path separator used on Windows systems