Crates.io | jvmti |
lib.rs | jvmti |
version | 0.5.0 |
source | src |
created_at | 2021-01-13 06:48:00.74834 |
updated_at | 2022-10-12 01:59:50.425901 |
description | JVM TI Rust binding |
homepage | |
repository | https://github.com/robberphex/jvmti-rust.git |
max_upload_size | |
id | 341253 |
size | 404,866 |
An extensible, safe native JVM agent implemented in pure Rust.
This project is far from being complete or usable to say the least and contains a healthy dose of proof-of-concept code that is guaranteed to either work or not.
Rust JVMTI is intended to become a slim JVM application performance management (APM) tool leveraging both safe access to native JVM functionality via Rust and byte code instrumentation using Java code.
Please see the example.