standard

Function standard 

Source
pub fn standard() -> Config
Expand description

Standard configuration (same as default).

This is equivalent to Config::new() and provides:

  • Variable-length integer encoding enabled
  • No size limit (use with_limit() if needed for untrusted input)