default_config

Function default_config 

Source
pub fn default_config() -> Config
Expand 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().