3 个不稳定版本

0.14.1 2021年8月21日
0.14.0 2021年8月20日
0.10.0 2021年8月20日

#soup 中排名第 9


3 个 crate(2 个直接)中使用

MIT 许可证

210KB
3K SLoC

soup-sys 构建状态 Gitter

项目网站 | 在线文档

Rustlibsoup 提供绑定和包装。

使用

我们建议使用来自 crates.io 的 crate,如 此处所示

如果您想跟踪最新进展,请使用 git 依赖项

[dependencies]
soup-sys = { git = "https://github.com/gtk-rs/soup-sys-rs.git" }

避免混合版本化和非版本化的 crate,如这样

# This will not compile
[dependencies]
gtk = "0.2"
soup-sys = { git = "https://github.com/gtk-rs/soup-sys-rs.git" }

贡献

欢迎贡献者!

许可证

soup-sys 在 MIT 许可证下可用,请参阅。

依赖关系

~1.2–1.8MB
~36K SLoC