rusty-jar 0.0.1

A Rust library and CLI tool for working with JAR files used in the Java ecosystem.
Documentation

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.