Docs.rs
resolved-pathbuf-0.1.3
resolved-pathbuf 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
qti3e
Dependencies
derive_more ^0.99
normal
resolve-path ^0.1.0
normal
serde ^1.0
normal
serde_json ^1.0
dev
Versions
50%
of the crate is documented
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
resolved_
pathbuf
0.1.3
All Items
Crate Items
Structs
Crate
resolved_pathbuf
Copy item path
Source
Structs
ยง
Resolved
Path
Buf
This type is a wrapper around a normal
PathBuf
that is resolved upon construction. This happens through the
resolve_path
crate.