8 releases (5 breaking)

0.6.0 Feb 4, 2024
0.5.0 Aug 1, 2023
0.4.0 Feb 10, 2023
0.3.1 Oct 22, 2022
0.1.0 Nov 12, 2021

#113 in HTTP client

Download history 4244/week @ 2024-01-02 4462/week @ 2024-01-09 5041/week @ 2024-01-16 4420/week @ 2024-01-23 5073/week @ 2024-01-30 4766/week @ 2024-02-06 4962/week @ 2024-02-13 5218/week @ 2024-02-20 6481/week @ 2024-02-27 7297/week @ 2024-03-05 6432/week @ 2024-03-12 7891/week @ 2024-03-19 7021/week @ 2024-03-26 7834/week @ 2024-04-02 8548/week @ 2024-04-09 7096/week @ 2024-04-16

31,797 downloads per month
Used in 78 crates (7 directly)

MIT license

110KB
2K 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

~1–10MB
~77K SLoC