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
# Rust formatting configuration
edition = "2024"

# Line width and whitespace
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"

# Heuristics
use_small_heuristics = "Default"

# Imports and modules
reorder_imports = true
reorder_modules = true

# Shorthand preferences
use_try_shorthand = false
use_field_init_shorthand = false