Crate rslnp[][src]

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, which might occur during parsing.

Parser

Represents the parser.

Enums

ErrorKind

Represents all kinds of errors, which can occur during parsing.

Type Definitions

Result

Represents the result type for parsing.