servo-fetch-cli 0.12.2

A browser engine in a binary — fetch, render, and extract web content as Markdown, JSON, or screenshots. Powered by Servo.
1
2
3
4
5
6
pub(crate) mod crawl;
pub(crate) mod fetch;
pub(crate) mod healthcheck;
pub(crate) mod map;
pub(crate) mod mcp;
pub(crate) mod serve;