tokmd-analysis 1.13.1

Analysis logic and enrichers for tokmd receipts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! API surface report construction.
//!
//! The root module keeps the public crate-internal entrypoint stable while
//! owner modules handle report aggregation and language-specific symbol scans.

#[cfg(test)]
#[path = "tests.rs"]
mod moved_tests;

mod report;
mod symbols;

pub(crate) use report::build_api_surface_report;