sqry-classpath 7.2.0

JVM classpath analysis for sqry - bytecode parsing, build system resolution, and graph integration
Documentation
1
2
3
4
5
6
7
8
//! Graph integration for classpath data.
//!
//! Emits synthetic graph nodes for classpath classes, methods, and fields,
//! registers them in the `ExportMap` for cross-file resolution, and creates
//! inheritance/generic/annotation edges.

pub mod emitter;
pub mod provenance;