Crate fmtron

Crate fmtron 

Source

Structs§

RonFile
RonParser
Value

Enums§

Kind
Rule

Statics§

MAX_LINE_WIDTH
TAB_SIZE

Traits§

Parser
A trait with a single method that parses strings.

Functions§

format_ron
Formats a RON string using the internal formatter. Returns Ok with the formatted string, or Err with a message if parsing fails.