Servo 现在已在 crates.io 上可用。
Servo is now available on crates.io

原始链接: https://servo.org/blog/2026/04/13/servo-0.1.0-release/

Servo 团队已在 crates.io 上发布了 `servo` crate 的 0.1.0 版本,标志着它作为库的首次公开发布。虽然完整的演示浏览器 `servoshell` 不会发布到 crates.io,但此版本标志着 Servo 的嵌入 API 日益成熟。 尽管尚未定义稳定的 1.0 版本,但团队对该 crate 在某些应用中的可用性充满信心。为了适应不同的升级偏好,Servo 也在提供一个长期支持 (LTS) 版本,它将提供每半年一次的安全更新和迁移指南,与包含破坏性更改的常规每月发布分开。 团队将此次发布置于他们通常的月度博客文章之上,并承诺很快发布完整更新。有关 LTS 版本的更多详细信息,请参阅 Servo 书籍。

## Servo 现在已在 Crates.io 上 用 Rust 构建的 Servo 浏览器引擎,及其核心组件 Stylo 和 WebRender,现在已在 crates.io 上提供。此发布简化了与其他项目的集成。虽然 docs.rs 上的文档仍在构建中,但最新的候选版本文档已经可用。 Slint 项目提供了一个将 Servo 嵌入 GUI 中的示例,展示了其嵌入 API 以及与基于 wgpu 的框架一起使用的潜力。 用户正在询问一份全面的兼容性表格,详细说明已实现的网络标准(类似于 Servo 的“caniuse.com”),以及它作为 WebKit 或 Blink 等引擎的替代品,在生产环境中的可用性。一个讨论点是 Servo 继续依赖 C++ SpiderMonkey 引擎进行脚本处理。计划每月发布以持续开发。
相关文章

原文

Today the Servo team has released v0.1.0 of the servo crate. This is our first crates.io release of the servo crate that allows Servo to be used as a library.

We currently do not have any plans of publishing our demo browser servoshell to crates.io. In the 5 releases since our initial GitHub release in October 2025, our release process has matured, with the main “bottleneck” now being the human-written monthly blog post. Since we’re quite excited about this release, we decided to not wait for the monthly blog post to be finished, but promise to deliver the monthly update in the coming weeks.

As you can see from the version number, this release is not a 1.0 release. In fact, we still haven’t finished discussing what 1.0 means for Servo. Nevertheless, the increased version number reflects our growing confidence in Servo’s embedding API and its ability to meet some users’ needs.

In the meantime we also decided to offer a long-term support (LTS) version of Servo, since breaking changes in the regular monthly releases are expected and some embedders might prefer doing major upgrades on a scheduled half-yearly basis while still receiving security updates and (hopefully!) some migration guides. For more details on the LTS release, see the respective section in the Servo book.

联系我们 contact @ memedata.com