jvmti-autobindings

Crates.iojvmti-autobindings
lib.rsjvmti-autobindings
version0.1.1
created_at2025-11-06 20:44:30.684995+00
updated_at2025-11-06 20:49:41.655658+00
descriptionJVMTI bindings generated by bindgen at compile time for dependents.
homepage
repositoryhttps://github.com/Loom-MC/jvmti-autobindings
max_upload_size
id1920415
size19,013
zeon (zeonzip)

documentation

https://docs.rs/jvmti-autobindings

README

JVMTI auto bindings

  • JVMTI bindings generated by bindgen at compile time for dependents.

How to use:

  • Add jvmti-autobindings to your dependencies.
  • Make sure JAVA_HOME is set to your java home directory.
  • Compile!

Recommendations:

  • When compiling your crate containing this as a dependent, keep the outputted bindgen so other people attempting to compile your crate doesn't get a version mismatch.
  • For docs on how to use JVMTI go to https://docs.oracle.com/en/java/javase/{INSERT_YOUR_JAVA_VERSION}/docs/specs/jvmti.html
Commit count: 0

cargo fmt