3 unstable releases

0.14.1 Aug 21, 2021
0.14.0 Aug 20, 2021
0.10.0 Aug 20, 2021

#9 in #soup

Download history 14/week @ 2024-02-18 32/week @ 2024-02-25 5/week @ 2024-03-03 7/week @ 2024-03-10 9/week @ 2024-03-17 5/week @ 2024-03-24 39/week @ 2024-03-31

62 downloads per month
Used in 3 crates (2 directly)

MIT license

210KB
3K SLoC

soup-sys Build Status Gitter

Project site | Online documentation

Rust bindings and wrappers for libsoup.

Using

We recommend using crates from crates.io, as demonstrated here.

If you want to track the bleeding edge, use the git dependency instead:

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

Avoid mixing versioned and git crates like this:

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

Contribute

Contributor you're welcome!

License

soup-sys is available under the MIT License, please refer to it.

Dependencies

~1.2–1.7MB
~35K SLoC