Re-exports§
pub use parser_config::ParserConfig;
Modules§
- comments
- Comments, and the rule that decides where one starts.
- format_
config - parser
- parser_
config
Macros§
- lino
- Procedural macro that provides compile-time validation of Links Notation syntax.
Structs§
- LiNo
Builder - Builder for creating LiNo links with arbitrary number of values.
- Syntax
Error - A syntax error, with the position in the document it was found at.
Enums§
- LiNo
- Parse
Error - Error type for Lino parsing
Constants§
- VERSION
- The version of this crate, taken from
Cargo.tomlat compile time.
Functions§
- format_
links - Formats a collection of LiNo links as a multi-line string. Each link is formatted on a separate line.
- format_
links_ with_ config - Formats a collection of LiNo links as a multi-line string using FormatConfig. Supports all formatting options including consecutive link grouping.
- parse_
lino - Reads a document, with comments.
- parse_
lino_ to_ links - parse_
lino_ to_ links_ with_ config - Reads a document into a collection of links the way
configsays to. - parse_
lino_ with_ config - Reads a document the way
configsays to.
Type Aliases§
- Link
Builder Deprecated - Type alias for backward compatibility (deprecated).