strict-path 0.2.0

Secure path handling for untrusted input. Prevents directory traversal, symlink escapes, and 19+ real-world CVE attack patterns.
Documentation
1
2
3
4
5
6
7
pub mod strict_path;

#[cfg(feature = "virtual-path")]
pub mod virtual_path;

#[cfg(test)]
mod tests;