pub fn supported_extensions() -> Vec<&'static str>Expand description
Returns all file extensions supported by the compiled feature set.
Each entry corresponds to one row in EXTENSION_MAP. The list is used to
build human-readable error messages without duplicating the extension list.