# gspell-rs **Repository Path**: mirrors_chromium_gitlab_gnome/gspell-rs ## Basic Information - **Project Name**: gspell-rs - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: ## Documentation - gspell: - 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](https://github.com/gtk-rs/gir) to generate rust gspell bindings. The bindings are split in two parts, sys and api. ```shell git clone --recursive https://gitlab.gnome.org/World/Rust/gspell-rs.git && cd gspell-rs ./python3 generate.py cargo build -p gspell ```