#path #canonicalization

canonical-path

Path and PathBuf-like types for representing canonical filesystem paths

5 releases (2 stable)

2.0.2 May 24, 2019
2.0.1 May 23, 2019
1.0.0 Oct 4, 2018
0.1.1 Apr 9, 2018
0.0.0 Apr 9, 2018

#299 in Filesystem

Download history 13577/week @ 2023-12-04 13292/week @ 2023-12-11 12752/week @ 2023-12-18 7360/week @ 2023-12-25 11186/week @ 2024-01-01 12974/week @ 2024-01-08 13661/week @ 2024-01-15 13856/week @ 2024-01-22 13746/week @ 2024-01-29 14407/week @ 2024-02-05 14759/week @ 2024-02-12 14453/week @ 2024-02-19 13738/week @ 2024-02-26 14673/week @ 2024-03-04 13754/week @ 2024-03-11 14366/week @ 2024-03-18

57,462 downloads per month
Used in 52 crates (via abscissa_core)

Apache-2.0

18KB
266 lines

canonical-path.rs

Crate Docs Apache 2.0 Licensed Rust 1.35+ Build Status

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.

Documentation

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.

No runtime deps