Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oyi-lang/phoron_core
A low-level Serializer-Deserializer for JVM bytecode in Rust.
https://github.com/oyi-lang/phoron_core
Last synced: about 6 hours ago
JSON representation
A low-level Serializer-Deserializer for JVM bytecode in Rust.
- Host: GitHub
- URL: https://github.com/oyi-lang/phoron_core
- Owner: oyi-lang
- License: mit
- Created: 2023-02-17T12:52:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T12:06:13.000Z (about 1 year ago)
- Last Synced: 2024-10-11T16:21:43.918Z (28 days ago)
- Language: Rust
- Size: 144 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phoron_core
![github workflow](https://github.com/oyi-lang/phoron_asm/actions/workflows/rust.yml/badge.svg)
[](https://crates.io/crates/phoron_core)
[](https://docs.rs/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](LICENSE).