Skip to content

A low-level Serializer-Deserializer for JVM bytecode in Rust.

License

Notifications You must be signed in to change notification settings

oyi-lang/phoron_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A low-level Serializer-Deserializer for JVM bytecode in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages