added cargo doc comments

This commit is contained in:
specCon18 2025-03-22 15:28:46 -04:00
parent 1a6126c2ad
commit ba20ea4e2a
3 changed files with 24 additions and 3 deletions

View file

@ -25,6 +25,8 @@ use sk_extract::extractors::{
// extract_xar,
// extract_exe
};
fn main() {
std::process::exit(run());
}