Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 931 Bytes

phoron_core

github workflow crates.io docs.rs

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

Build

  $ cargo build --release
  $ cargo test --release

Usage

Refer to the tests.

Planned Features

  • Pluggable support for custom Attributes.

LICENCE

See LICENSE.