Crates.io | java_asm_internal |
lib.rs | java_asm_internal |
version | 0.0.4 |
source | src |
created_at | 2024-05-04 18:45:53.013883 |
updated_at | 2024-05-10 17:01:35.539472 |
description | Java bytecode reader & writer in rust |
homepage | |
repository | https://github.com/zsqw123/rust-java-asm |
max_upload_size | |
id | 1229757 |
size | 6,394 |
Java bytecode reader & writer, maybe a rust implementation for ASM
There are some similar projects in GitHub, but they didn't actually implement all JVM Bytecode format, and also not implements all ASM nodes/features in rust. So I want to build this library to fully read and write Java bytecode information.
This project supports much newer Java version(Java 21 currently) than other rust implementations. Only supports
asm-tree
api currently, not supports visitor api because Tree API is much easier to use than visitor api.
Some similar projects: