Module haproxy_config::section

source ·
Expand description

Zero copy and Owned representations of config sections.

Modules

  • Zero copy representations of the lines in a config section, fast to create however hard to pass around as it has a lifetime. This is the default returned by parse_sections.
  • Owned representations of a config section, far easier to work with. Can be created from a borrowed::Section using From.

Structs

Enums