canonical-path

Crates.iocanonical-path
lib.rscanonical-path
version2.0.2
sourcesrc
created_at2018-04-09 20:55:24.76338
updated_at2019-05-24 19:47:48.818374
descriptionPath and PathBuf-like types for representing canonical filesystem paths
homepagehttps://github.com/iqlusioninc/crates/
repositoryhttps://github.com/iqlusioninc/crates/tree/develop/canonical-path
max_upload_size
id59770
size17,999
Tony Arcieri (iqlusion) (tony-iqlusion)

documentation

README

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.

Commit count: 0

cargo fmt