Sources
Servo v0.1.0 Released on crates.io — Embeddable Browser Engine for Rust With LTS Versioning
The Servo project (Linux Foundation) shipped its first official crate on crates.io, making a real browser engine embeddable in any Rust application via a single dependency. The API centers on ServoBuilder, WebView, and pixel readback methods. Simon Willison tasked Claude Code with exploring it and built servo-shot, a working CLI that renders URLs to PNG screenshots. Multi-platform support covers Windows, macOS, Linux, Android, and OpenHarmony, with LTS versioning to handle expected breaking changes in monthly releases.
↳ Follow the thread