#gnome #soup #gtk-rs

sys soup3-sys

Sys functions for the Rust bindings of the javacriptcore library

7 releases (4 breaking)

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

#19 in WebSocket

Download history 5953/week @ 2023-08-07 4486/week @ 2023-08-14 5442/week @ 2023-08-21 5616/week @ 2023-08-28 6890/week @ 2023-09-04 6590/week @ 2023-09-11 6331/week @ 2023-09-18 6108/week @ 2023-09-25 7072/week @ 2023-10-02 5826/week @ 2023-10-09 10570/week @ 2023-10-16 10650/week @ 2023-10-23 9862/week @ 2023-10-30 8654/week @ 2023-11-06 9428/week @ 2023-11-13 7238/week @ 2023-11-20

36,592 downloads per month
Used in 59 crates (7 directly)

MIT license

105KB
1.5K 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–1.6MB
~32K SLoC