links-notation 0.11.2

Rust implementation of the Links Notation parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "links-notation"
version = "0.11.2"
edition = "2021"
description = "Rust implementation of the Links Notation parser"
license = "Unlicense"
repository = "https://github.com/link-foundation/links-notation"
keywords = ["lino", "parser", "links", "notation", "protocol"]
categories = ["parsing"]

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

[dependencies]
nom = "8.0"