pub struct Options { /* private fields */ }Expand description
Options to parse. Here, you can add your own formatting rules, on top of the default
rules.
Implementations§
source§impl Options
impl Options
sourcepub fn new() -> Self
pub fn new() -> Self
Crates a new, empty, set of options.
The order of Self::insert matters a lot.
Self::populate_and_space should definitely be last.
See crate::literal_rule! for an example.