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

#111 in HTTP client

Download history 4436/week @ 2024-01-07 4897/week @ 2024-01-14 4449/week @ 2024-01-21 4721/week @ 2024-01-28 5140/week @ 2024-02-04 4803/week @ 2024-02-11 5202/week @ 2024-02-18 6043/week @ 2024-02-25 7177/week @ 2024-03-03 6583/week @ 2024-03-10 7530/week @ 2024-03-17 7471/week @ 2024-03-24 7837/week @ 2024-03-31 7635/week @ 2024-04-07 8669/week @ 2024-04-14 8256/week @ 2024-04-21

33,009 downloads per month
Used in 80 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–8.5MB
~72K SLoC