unrar-ng 0.7.3

list and extract RAR archives. Actively maintained fork of unrar.
Documentation
1
2
3
4
5
#[cfg_attr(any(target_os = "linux", target_os = "netbsd"), path = "linux.rs")]
#[cfg_attr(not(any(target_os = "linux", target_os = "netbsd")), path = "all.rs")]
mod os;

pub(crate) use os::*;