pub fn ron_options() -> OptionsExpand 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.