cafebabe icon indicating copy to clipboard operation
cafebabe copied to clipboard

A java class file parser

Results 4 cafebabe issues
Sort by recently updated
recently updated
newest added

A lot of structs would benefit from deriving more traits than just `Debug`. I'm stuck having to copy-paste structures of the library because I can't `Clone` them with the current...

You have a nice parser and quite a compact repesentation. Any plans to add a writer so you could do round-trip modification of class files?

Currently, I am trying to implementing my own JVM using Rust and your crate. Thanks for your significant effort. I am working on the runtime constant pool right now, and...

I'm porting the `java-spaghetti-gen` to use this library, because the previously used `jreflection` crate is currently unmaintained. It looks strange to me that `ClassFile`, but the object type class name...