rusty-jar 0.0.1

A Rust library and CLI tool for working with JAR files used in the Java ecosystem.
Documentation
1
2
3
4
//! A Rust library for handling JAR (Java ARchive) files.
pub mod error;
pub mod jarfile;
pub use crate::jarfile::JarFile;