1//! Graph integration for classpath data.
2//!
3//! Emits synthetic graph nodes for classpath classes, methods, and fields,
4//! registers them in the `ExportMap` for cross-file resolution, and creates
5//! inheritance/generic/annotation edges.
67pub mod emitter;
8pub mod provenance;