9 releases (5 breaking)

0.14.0 Nov 12, 2021
0.6.0 Feb 4, 2024
0.5.0 Aug 1, 2023
0.4.0 Feb 10, 2023
0.1.0 Nov 12, 2021

#630 in GUI

Download history 3227/week @ 2023-12-23 4417/week @ 2023-12-30 4338/week @ 2024-01-06 4925/week @ 2024-01-13 4490/week @ 2024-01-20 4299/week @ 2024-01-27 5393/week @ 2024-02-03 4793/week @ 2024-02-10 5398/week @ 2024-02-17 5694/week @ 2024-02-24 7117/week @ 2024-03-02 6741/week @ 2024-03-09 7216/week @ 2024-03-16 7589/week @ 2024-03-23 7890/week @ 2024-03-30 6469/week @ 2024-04-06

30,314 downloads per month
Used in 68 crates (5 directly)

MIT license

485KB
12K SLoC

Soup3-rs

Project site | Online documentation

Rust bindings and wrappers for libsoup v3.

Using

We recommend using crates from crates.io.

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

[dependencies]
soup3 = { git = "https://gitlab.gnome.org/World/Rust/soup3-rs" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
gtk3 = "0.15"
soup3 = { git = "https://gitlab.gnome.org/World/Rust/soup3-rs" }

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.56.0.

Documentation

https://world.pages.gitlab.gnome.org/Rust/soup3-rs/git/docs/soup

Contribute

Contributor you're welcome!

License

soup3-rs is available under the MIT License, please refer to it.

Dependencies

~7–17MB
~229K SLoC