pub fn default_config() -> ConfigExpand description
Returns a Config object populated with default values.
See the documentation of Config for more information on the used defaults.
This is mostly meant for use in bindings, in Rust this is synonymous with
Config::default().