Module extract

Module extract 

Source
Expand description

Functionality to extract URIs from inputs

Modules§

html
Extract links and fragments from HTML documents
markdown
Extract links and fragments from markdown documents

Structs§

Extractor
A handler for extracting links from various input formats like Markdown and HTML. Allocations should be avoided if possible as this is a performance-critical section of the library.