Crates.io | parse-hyperlinks-extras |
lib.rs | parse-hyperlinks-extras |
version | 0.27.2 |
source | src |
created_at | 2021-09-25 19:13:55.517551 |
updated_at | 2023-10-19 16:29:31.061339 |
description | Extra parser for a Nom parser library for hyperlinks with markup. |
homepage | https://gitlab.com/getreu/parse-hyperlinks |
repository | https://gitlab.com/getreu/parse-hyperlinks |
max_upload_size | |
id | 456268 |
size | 34,694 |
This crate is based on and extends the parse-hyperlinks library. It contains some extra parsers needed for the Tp-Note application.
Parse-hyperlinks-extras, a parser library written with Nom to recognize images and hyperlinks in HTML formatted input. For now, only HTML is implemented.
The library follows the HTML 5.2: 4.7. embedded content specification. For further details, please consult the API documentation, and parse-hyperlinks-extras on crates.io