phoron_core

Crates.iophoron_core
lib.rsphoron_core
version0.5.4
sourcesrc
created_at2023-01-28 12:34:06.785441
updated_at2023-03-19 12:24:21.47465
descriptionA serializer and deserializer for JVM bytecode
homepagehttps://github.com/oyi-lang/phoron_core
repositoryhttps://github.com/oyi-lang/phoron_core
max_upload_size
id770326
size556,557
Timmy Jose (timmyjose)

documentation

https://docs.rs/phoron_core/latest/phoron_core/

README

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.

Commit count: 17

cargo fmt