Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x4e/jvm-rs
Rust bindings for JVM exports (unsafe)
https://github.com/x4e/jvm-rs
Last synced: about 1 month ago
JSON representation
Rust bindings for JVM exports (unsafe)
- Host: GitHub
- URL: https://github.com/x4e/jvm-rs
- Owner: x4e
- License: gpl-3.0
- Created: 2020-08-31T12:23:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T13:47:05.000Z (over 3 years ago)
- Last Synced: 2024-11-13T21:23:27.750Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 204 KB
- Stars: 26
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jvm-rs
JVM bindings for rust.
Currently bound to JVM 15.
Generated with `bindgen --no-layout-tests`
## Usage
Add to Cargo.toml
```toml
jvm-rs = "0.1.0"
```Follow documentation: https://docs.rs/jvm-rs/0.1.0/jvm_rs/
## Interfaces this supports
* [classfile_constants](https://github.com/openjdk/jdk/blob/jdk-16+24/src/java.base/share/native/include/classfile_constants.h.template)
* [jawt](https://github.com/openjdk/jdk/blob/jdk-16+24/src/java.desktop/share/native/include/jawt.h)
* [jdwp](https://github.com/openjdk/jdk/blob/jdk-16+24/src/jdk.jdwp.agent/share/native/include/jdwpTransport.h)
* [jmm](https://github.com/openjdk/jdk/blob/jdk-16+24/src/hotspot/share/include/jmm.h)
* [jni](https://github.com/openjdk/jdk/blob/jdk-16+24/src/java.base/share/native/include/jni.h)
* [jvm](https://github.com/openjdk/jdk/blob/jdk-16+24/src/hotspot/share/include/jvm.h)
* [jvmti](https://github.com/openjdk/jdk/blob/jdk-16+24/src/hotspot/share/prims/jvmtiH.xsl)
* [jvmticmlr](https://github.com/openjdk/jdk/blob/jdk-16+24/src/java.base/share/native/include/jvmticmlr.h)