1 2 3 4
//! A Rust library for handling JAR (Java ARchive) files. pub mod error; pub mod jarfile; pub use crate::jarfile::JarFile;