This project provides the low-level functionality of interacting with the JVM, and thus it provides the following high-level features:
- generating
class
files from the object rrpresentation, and - generating object representations from
class
files
$ cargo build --release
$ cargo test --release
Refer to the tests.
- Pluggable support for custom Attributes.
See LICENSE.