Module borrowed

Module borrowed 

Source
Expand description

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.

Enumsยง

Section
Parsed haproxy config preserving the order and comments. Does not support conditional blocks, these and other unsupported lines will be stored in the UnknownLine variant. Information outside the header is containd in the correct order in the lines member. See the Line documentation.