Skip to main content

Module read

Module read 

Source
Expand description

Native page reading — fetch HTML via reqwest + extract with readability.

No external APIs needed for reading pages. Handles most static and server-rendered pages. Won’t work for heavy SPAs that require JS execution.

Enums§

ReadError

Functions§

diagnose
fetch_and_extract
Fetch a URL and extract its readable content.