rusty-jar

Crates.iorusty-jar
lib.rsrusty-jar
version0.0.1
created_at2025-11-26 16:57:39.798721+00
updated_at2025-11-26 16:57:39.798721+00
descriptionA Rust library and CLI tool for working with JAR files used in the Java ecosystem.
homepagehttps://github.com/hextriclosan/rusty-jvm/tree/main/rusty-jar
repositoryhttps://github.com/hextriclosan/rusty-jvm
max_upload_size
id1951831
size31,187
Igor Rudenko (hextriclosan)

documentation

https://docs.rs/rusty-jar

README

rusty-jar

A simple Rust library for reading JAR files.

Crate Docs License

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.

Commit count: 690

cargo fmt