Module lychee_lib::extract

source ·
Expand description

Functionality to extract URIs from inputs

Modules§

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

Structs§

  • 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.