#soup #bindings #wrapper #libsoup #site #documentation #online

sys soup-sys

Soup FFI crate for Rust

9 releases (breaking)

Uses old Rust 2015

0.10.0 Jul 15, 2020
0.9.0 Jun 26, 2019
0.8.0 Apr 13, 2019
0.7.0 Sep 10, 2018
0.3.1 May 24, 2017

#7 in #soup

Download history 346/week @ 2023-12-07 425/week @ 2023-12-14 387/week @ 2023-12-21 279/week @ 2023-12-28 401/week @ 2024-01-04 432/week @ 2024-01-11 464/week @ 2024-01-18 397/week @ 2024-01-25 300/week @ 2024-02-01 486/week @ 2024-02-08 518/week @ 2024-02-15 413/week @ 2024-02-22 562/week @ 2024-02-29 533/week @ 2024-03-07 489/week @ 2024-03-14 469/week @ 2024-03-21

2,119 downloads per month

MIT license

190KB
3K SLoC

soup-sys Build Status Gitter

Project site | Online documentation

Rust bindings and wrappers for libsoup.

Using

We recommend using crates from crates.io, as demonstrated here.

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

[dependencies]
soup-sys = { git = "https://github.com/gtk-rs/soup-sys-rs.git" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
gtk = "0.2"
soup-sys = { git = "https://github.com/gtk-rs/soup-sys-rs.git" }

Contribute

Contributor you're welcome!

License

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

Dependencies

~1.1–1.6MB
~34K SLoC