sqry-classpath 21.0.1

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

pub mod emitter;
pub mod provenance;