#gnome #gtk #spell #gspell

sys gspell-sys

Raw C-FFI bindings for the gspell library

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

#1171 in GUI

Download history 12/week @ 2024-01-15 45/week @ 2024-02-26 33/week @ 2024-04-01 16/week @ 2024-04-08 2/week @ 2024-04-15

51 downloads per month
Used in gspell

GPL-3.0-or-later

25KB
494 lines

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

~3.5MB
~70K SLoC