links-notation 0.11.0

Rust implementation of the Links Notation parser
Documentation
[dependencies.nom]
version = "8.0"

[lib]
name = "links_notation"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Rust implementation of the Links Notation parser"
edition = "2021"
keywords = ["lino", "parser", "links", "notation", "protocol"]
license = "Unlicense"
name = "links-notation"
readme = "README.md"
repository = "https://github.com/link-foundation/links-notation"
version = "0.11.0"

[[test]]
name = "api_tests"
path = "tests/api_tests.rs"

[[test]]
name = "edge_case_parser_tests"
path = "tests/edge_case_parser_tests.rs"

[[test]]
name = "indented_id_syntax_tests"
path = "tests/indented_id_syntax_tests.rs"

[[test]]
name = "link_tests"
path = "tests/link_tests.rs"

[[test]]
name = "links_group_tests"
path = "tests/links_group_tests.rs"

[[test]]
name = "mixed_indentation_modes_tests"
path = "tests/mixed_indentation_modes_tests.rs"

[[test]]
name = "multiline_parser_tests"
path = "tests/multiline_parser_tests.rs"

[[test]]
name = "multiline_quoted_string_tests"
path = "tests/multiline_quoted_string_tests.rs"

[[test]]
name = "nested_parser_tests"
path = "tests/nested_parser_tests.rs"

[[test]]
name = "single_line_parser_tests"
path = "tests/single_line_parser_tests.rs"