jvmti 0.5.0

JVM TI Rust binding
Documentation
1
2
3
4
5
6
7
8
9
10
extern crate jvmti;

#[cfg(test)]
mod tests {

    #[test]
    fn test() {
        
    }
}