sqry-classpath 8.0.1

JVM classpath analysis for sqry - bytecode parsing, build system resolution, and graph integration
Documentation
1
2
3
4
5
6
7
8
9
//! Stub data model for parsed bytecode.
//!
//! Defines the intermediate representation produced by bytecode parsing:
//! `ClassStub`, `MethodStub`, `FieldStub`, `AnnotationStub`, and associated types.
//! These stubs are cached per-JAR and merged into the `ClasspathIndex`.

pub mod cache;
pub mod index;
pub mod model;