use-archive-path
Archive-internal path safety checks.
This crate is part of the use-archive facade workspace. It provides platform-independent string checks for archive entry paths before extraction planning. It does not normalize filesystem paths, touch the filesystem, extract entries, or resolve symlinks.
Example
use is_safe_relative_archive_path;
assert!;
assert!;
assert!;
assert!;