Docs.rs
classfile-parser-0.3.8
classfile-parser 0.3.8
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Palmr
Dependencies
bitflags ^2.3
normal
cesu8 ^1.1
normal
nom ^7
normal
Versions
7.17%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
classfile_
parser
0.3.8
Module parser
Module Items
Functions
In crate classfile_
parser
classfile_parser
Module
parser
Copy item path
Source
Functions
ยง
class_
parser
Parse a byte array into a ClassFile. This will probably be deprecated in 0.4.0 in as it returns a nom IResult type, which exposes the internal parsing library and not a good idea.