Skip to main content

Crate links_notation

Crate links_notation 

Source

Modules§

format_config
parser

Macros§

lino
Procedural macro that provides compile-time validation of Links Notation syntax.

Structs§

LiNoBuilder
Builder for creating LiNo links with arbitrary number of values.
SyntaxError
A syntax error, with the position in the document it was found at.

Enums§

LiNo
ParseError
Error type for Lino parsing

Constants§

VERSION
The version of this crate, taken from Cargo.toml at 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
parse_lino_to_links

Type Aliases§

LinkBuilderDeprecated
Type alias for backward compatibility (deprecated).