9 个版本 (重大更改)
使用旧的 Rust 2015
0.10.0 | 2020年7月15日 |
---|---|
0.9.0 | 2019年6月26日 |
0.8.0 | 2019年4月13日 |
0.7.0 | 2018年9月10日 |
0.3.1 | 2017年5月24日 |
#7 in #soup
1,874 每月下载量
190KB
3K SLoC
soup-sys
Rust 的 libsoup 绑定和包装器。
使用
我们建议使用来自 crates.io 的crate,如此处所示。
如果您想跟踪最新进展,请使用git依赖项
[dependencies]
soup-sys = { git = "https://github.com/gtk-rs/soup-sys-rs.git" }
避免混合版本化和git crate,如下所示
# This will not compile
[dependencies]
gtk = "0.2"
soup-sys = { git = "https://github.com/gtk-rs/soup-sys-rs.git" }
贡献
欢迎贡献者!
许可证
javascriptcore-rs 在MIT许可证下可用,请参阅。
依赖关系
~1.2–1.6MB
~33K SLoC