#parser #tags #nom #restructuredtext #unbalanced #content #html

no-std cairo-take_until_unbalanced

A Nom parser library for contents between unbalanced tags

12 releases (breaking)

0.32.0 Jun 26, 2023
0.30.0 Jun 23, 2023
0.24.1 Mar 28, 2023

#1389 in Parser implementations

Download history 9/week @ 2023-12-11 10/week @ 2023-12-18 2/week @ 2023-12-25 3/week @ 2024-01-08 3/week @ 2024-01-15 21/week @ 2024-02-19 28/week @ 2024-02-26 13/week @ 2024-03-04 29/week @ 2024-03-11 12/week @ 2024-03-18 18/week @ 2024-03-25

74 downloads per month

MIT/Apache

10KB
143 lines

Parse hyperlinks

Parse-hyperlinks, a parser library written with Nom to recognize hyperlinks and link reference definitions in Markdown, reStructuredText, Asciidoc and HTML formatted text input.

Cargo Documentation License

The library implements the CommonMark Specification 0.30, reStructuredText Markup Specification (revision 8571, date 2020-10-28), the specifications in Asciidoctor User Manual, chapter 26 (date 2020-12-03) and HTML 5.2: section 4.5.

To illustrate the usage and the API of the library, Parse-hyperlinks comes with a simple command line application: Atext2html

Dependencies

~1MB
~17K SLoC