MokaPot is a Rust library for working with JVM bytecode. You can use it to parse, inspect, and change Java class files.
For library usage and API documentation, see the mokapot crate.
Requirements:
- Rust (latest stable)
- JDK (latest release, for compiling Java source files as test data)
To build and test:
cargo build --all-features
cargo test --all-featuresSee docs/CONTRIBUTING.md for how to contribute.
MIT License. See LICENSE for details.