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

#322 in Text processing

Download history 11/week @ 2024-01-15 30/week @ 2024-02-26 2/week @ 2024-03-11 41/week @ 2024-04-01 16/week @ 2024-04-08 2/week @ 2024-04-15

59 downloads per month

GPL-3.0-or-later

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

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
~404K SLoC