meta-ast 0.6.0

Polyglot static-analysis engine: extract symbols and cross-language dependency graphs from 9 supported source languages, with optional MetaCall deployment manifest generation.
Documentation
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;
    mod reanalyze_api_test;
    mod shard_test;
    #[cfg(feature = "watch")]
    mod watch_test;
}