zenops-safe-relative-path 0.5.5

Relative path type that statically prevents `..` traversal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# zenops-safe-relative-path

[![Crates.io](https://img.shields.io/crates/v/zenops-safe-relative-path.svg)](https://crates.io/crates/zenops-safe-relative-path)
[![docs.rs](https://docs.rs/zenops-safe-relative-path/badge.svg)](https://docs.rs/zenops-safe-relative-path)

Internal helper crate for [zenops](https://crates.io/crates/zenops). Provides a
relative-path type (`SafeRelativePath`, `SafeRelativePathBuf`) that statically
prevents `..` traversal, plus a compile-time `srpath!()` macro for path
literals. See the main project for usage context.

Dual-licensed under MIT or Apache-2.0.