7 releases (breaking)
0.7.0 | Jan 16, 2024 |
---|---|
0.6.0 | Jan 15, 2022 |
0.5.0 | Jul 31, 2020 |
0.4.0 | Feb 19, 2020 |
0.1.0 | Feb 6, 2019 |
#441 in Text processing
93KB
2K
SLoC
gspell-rs
This repository contains the rust bindings for gspell.
Note: gspell-rs is no longer actively maintained as well as other gtk3-rs crates.
Website: https://world.pages.gitlab.gnome.org/Rust/gspell-rs
Documentation
- gspell: https://world.pages.gitlab.gnome.org/Rust/gspell-rs/stable/latest/docs/gspell
- gspell-sys: https://world.pages.gitlab.gnome.org/Rust/gspell-rs/stable/latest/docs/gspell_sys
Using
Add this line to your Cargo file
[dependencies]
gtk = { git = "https://gitlab.gnome.org/World/Rust/gspell-rs" }
Build
We use gir to generate rust gspell bindings. The bindings are split in two parts, sys and api.
git clone --recursive https://gitlab.gnome.org/World/Rust/gspell-rs.git && cd gspell-rs
./python3 generate.py
cargo build -p gspell
Dependencies
~17MB
~403K SLoC