rusty-jar
A simple Rust library for reading JAR files.
Introduction
rusty-jar is a Rust library and command-line utility for reading and extracting resources from JAR (Java ARchive) files.
CLI
rusty-jar command-line utility can be used to:
- extract resources from a JAR file
rusty-jar extract -r META-INF/MANIFEST.MF sample.jar - list all resources in a JAR file
rusty-jar list sample.jar
License
This project is licensed under the MIT license.