rusty-jvm 0.5.0

An implementation of a Java Virtual Machine (JVM).
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(windows)]
pub mod windows_helpers;
#[cfg(windows)]
pub mod windows_native_dispatcher;

#[cfg(unix)]
mod unix_helpers;
#[cfg(unix)]
pub mod unix_native_dispatcher;