pub fn format(source: &str) -> Result<String, FormatError>Expand description
Format source, returning canonical Pine text. Returns FormatError when
the source does not lex or parse.
pub fn format(source: &str) -> Result<String, FormatError>Format source, returning canonical Pine text. Returns FormatError when
the source does not lex or parse.