parse-hyperlinks 0.8.0

A Nom parser library for hyperlinks with markup.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "parse-hyperlinks"
version = "0.8.0"
authors = ["Jens Getreu <getreu@getreu@web.de>"]
edition = "2018"
keywords = ["parser", "markup", "hyperlink"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/getreu/parse-hyperlinks"
homepage = "https://github.com/getreu/parse-hyperlinks"
description = "A Nom parser library for hyperlinks with markup."

[dependencies]
nom= "6.0.1"