meta-ast 0.7.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 cli_exit_test;
    mod dashboard_test;
    mod datagraph_test;
    #[cfg(feature = "metacall-deploy")]
    mod deploy_client_call_test;
    #[cfg(feature = "metacall-deploy")]
    mod deploy_contracts_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 go_package_import_test;
    mod graph_contracts_test;
    mod graph_regression_test;
    mod import_hygiene_test;
    mod import_test;
    mod inspect_output_test;
    mod language_semantics_test;
    mod model_contracts_test;
    mod output_defaults_test;
    mod output_format_test;
    mod pipeline_equivalence_test;
    mod pipeline_test;
    mod reanalyze_api_test;
    mod shard_golden_test;
    mod shard_hygiene_test;
    mod shard_index_test;
    mod shard_test;
    #[cfg(feature = "watch")]
    mod watch_test;
}