phoron_core 0.5.1

A serializer and deserializer for JVM bytecode
Documentation

phoron_core

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.