Module custom_ini

Source
Expand description

Custom INI parser.

Modules§

de 🔒
A custom INI parser and deserializer.
parser
A custom parser for INI-style file formats.

Structs§

ItemDeserializer
A deserializer for an Item.

Enums§

Error
An error that may occur when parsing.

Functions§

from_str
Generically creates a deserializer from string slice.

Type Aliases§

Result
A custom, generic Result type which returns an Error.