Crate rslnp

Source
Expand description

This crate contains a parser for scopes list notation (SLN).

The parser is also configurable, so you can change how the format of the file you want to parse looks like.

Structs§

Error
Represents the error that might occur during parsing.
Parser
Represents the parser.

Enums§

ErrorKind
Represents all kinds of errors that can occur during parsing.

Type Aliases§

Result
Represents the result type for parsing.