#path #pathbuf #unix

no-std unix_path

Unix-compatible paths regardless of platform

2 stable releases

1.0.1 Apr 18, 2021
1.0.0 Aug 27, 2020

#96 in No standard library

Download history 619/week @ 2023-12-15 369/week @ 2023-12-22 751/week @ 2023-12-29 1055/week @ 2024-01-05 910/week @ 2024-01-12 1044/week @ 2024-01-19 1140/week @ 2024-01-26 612/week @ 2024-02-02 610/week @ 2024-02-09 622/week @ 2024-02-16 718/week @ 2024-02-23 572/week @ 2024-03-01 637/week @ 2024-03-08 563/week @ 2024-03-15 712/week @ 2024-03-22 771/week @ 2024-03-29

2,772 downloads per month
Used in 9 crates (5 directly)

MIT/Apache

93KB
2K SLoC

unix_path

Platform-independent handling of Unix paths, including #![no_std] environments. This crate is mostly extracted from std, except that it uses unix_str instead of std's OsStr and some methods are renamed appropriately.

Features

  • shrink_to: implements the unstable shrink_to method;
  • alloc: implements PathBuf and transformations with Box, Rc and Arc;
  • std: alloc + implements the Error trait for errors. Enabled by default;
  • serde: Implements Serialize and Deserialize for Path and PathBuf.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~230KB