5 releases (2 stable)
2.0.2 | May 24, 2019 |
---|---|
2.0.1 |
|
1.0.0 | Oct 4, 2018 |
0.1.1 | Apr 9, 2018 |
0.0.0 | Apr 9, 2018 |
#394 in Filesystem
52,149 downloads per month
Used in 51 crates
(via abscissa_core)
18KB
266 lines
canonical-path.rs
std::fs::Path
and PathBuf
-like types for representing canonical
filesystem paths.
In the same way a str
"guarantees" a &[u8]
contains only valid UTF-8 data,
CanonicalPath
and CanonicalPathBuf
guarantee that the paths they represent
are canonical, or at least, were canonical at the time they were created.
Requirements
- Rust 1.35+
License
Copyright © 2018-2019 iqlusion
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.