Expand description
Provides types for working with class file.
The classfile
crate provides types for describing the
class file format of the Java Virtual Machine.
It’s not class file parser.
Re-exports§
pub use attributes::Type as AttributeType;
pub use constant_pool::Type as ConstantPoolType;
pub use types::BytesRef;
pub use types::ConstantPool;