# Functions
Formats returns a list of the string representation of the supported formats.
FormatsWithDesc returns a list of the string representation of the supported formats including a description.
ParseFormat takes a raw string and returns the matching Format.
# Variables
ErrInvalidFormatType is returned when an unsupported format type is used.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
Writer is an interface that any type can implement to write supported formats.
# Type aliases
No description provided by the author