Crates.io | soup3 |
lib.rs | soup3 |
version | 0.7.0 |
source | src |
created_at | 2021-11-12 09:48:53.896218 |
updated_at | 2024-07-12 15:19:25.996785 |
description | Soup crate for Rust |
homepage | |
repository | https://gitlab.gnome.org/World/Rust/soup3-rs |
max_upload_size | |
id | 480878 |
size | 391,081 |
Project site | Online documentation
Rust bindings and wrappers for libsoup v3.
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" }
Currently, the minimum supported Rust version is 1.56.0
.
https://world.pages.gitlab.gnome.org/Rust/soup3-rs/git/docs/soup
Contributor you're welcome!
soup3-rs is available under the MIT License, please refer to it.