portable-network-archive 0.32.2

Portable-Network-Archive cli
Documentation
1
2
3
4
#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))]
pub use super::os::unix::acl::*;
#[cfg(windows)]
pub use super::os::windows::acl::*;