Module formats

Module formats 

Source

Enums§

CustomFormat
Custom format types that are not supported by the lib crate. These are one-way conversions only (to Resource format).

Functions§

detect_custom_format
Detect if a file is a custom format based on its content and extension. Returns the detected custom format if found, None otherwise.
get_supported_custom_formats
Get a list of all supported custom formats for help messages.
parse_custom_format
Parse a custom format from a string, with helpful error messages.
validate_custom_format_content
Validate custom format file content