Expand description
Zero copy and Owned representations of config sections.
Modules§
- borrowed
- 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
- Owned representations of a config section, far easier to work with. Can be created
from a
borrowed::SectionusingFrom.
Structs§
- Address
Ref - See
Addressfor an owned variant.
Enums§
- Backend
Modifier - In combination with an
Aclforms the condition for picking a backend - HostRef
- See
Hostfor an owned variant. - Password
Ref - See
Passwordfor an owned variant.