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