| Crates.io | parse-hyperlinks-extras |
| lib.rs | parse-hyperlinks-extras |
| version | 0.29.0 |
| created_at | 2021-09-25 19:13:55.517551+00 |
| updated_at | 2025-05-15 14:01:47.829493+00 |
| 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 | 37,838 |
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