pub fn is_supported(extension: &str) -> bool
Returns whether an extension is supported.
assert!(infer::is_supported("jpg"));