Skip to main content

ron_options

Function ron_options 

Source
pub fn ron_options() -> Options
Expand description

RON parse options shared by both loaders: implicit_some lets optional fields be written as bare values (server: "...", not Some("...")). pub so the binary (which re-exports this module) can parse a manifest with the same options after the module moved into this crate.