rusty-jvm 0.5.0

An implementation of a Java Virtual Machine (JVM).
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod invocation;
mod member_name;
mod method_type;
mod native_accessor;
mod offsets;
mod resolution;
mod resolved_method_name;
pub(crate) mod types;
mod var_handle;
pub(crate) mod wrappers;