Project site | Online documentation
Rust bindings and wrappers for webkit2gtk-webextension.
We recommend using crates from crates.io, as demonstrated here.
If you want to track the bleeding edge, use the git dependency instead:
toml
[dependencies]
webkit2gtk-webextension-rs = { git = "https://github.com/gtk-rs/webkit2gtk-webextension-rs.git" }
Avoid mixing versioned and git crates like this:
```toml
[dependencies] gtk = "0.2" webkit2gtk-webextension-rs = { git = "https://github.com/gtk-rs/webkit2gtk-webextension-rs.git" } ```
Contributor you're welcome!
webkit2gtk-webextension-rs is available under the MIT License, please refer to it.