meta-ast 0.5.0

Polyglot static-analysis engine: extract symbols and cross-language dependency graphs from 9 supported source languages, with optional MetaCall deployment manifest generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod integration {
    mod dashboard_test;
    mod datagraph_test;
    #[cfg(feature = "metacall-deploy")]
    mod deploy_client_call_test;
    #[cfg(feature = "metacall-deploy")]
    mod deploy_edge_cases_test;
    #[cfg(feature = "metacall-deploy")]
    mod deploy_mixed_test;
    #[cfg(feature = "metacall-deploy")]
    mod deploy_test;
    mod edge_cases_test;
    mod inspect_output_test;
    mod output_format_test;
    mod pipeline_test;
    #[cfg(feature = "watch")]
    mod watch_test;
}