pub fn supported_languages() -> &'static [&'static str]Expand description
Returns a static slice of all supported language names based on compiled features.
The returned slice contains language identifiers like "rust", "python", "go", etc.,
depending on which language features are enabled at compile time.