#gnome #gtk

gspell

Rust 对 gspell 的绑定

7 个版本 (破坏性)

0.7.0 2024年1月16日
0.6.0 2022年1月15日
0.5.0 2020年7月31日
0.4.0 2020年2月19日
0.1.0 2019年2月6日

#348文本处理

Download history 1/week @ 2024-04-14 2/week @ 2024-04-21

每月61次 下载

GPL-3.0-or-later

93KB
2K SLoC

gspell-rs

此仓库包含 gspell 的 rust 绑定。

注意:gspell-rs 和其他 gtk3-rs Crates 一样,不再积极维护。

网站: https://world.pages.gitlab.gnome.org/Rust/gspell-rs

文档

使用

将此行添加到您的 Cargo 文件中

[dependencies]
gtk = { git = "https://gitlab.gnome.org/World/Rust/gspell-rs" }

构建

我们使用 gir 生成 rust gspell 绑定。绑定分为两部分,sys 和 api。

git clone --recursive https://gitlab.gnome.org/World/Rust/gspell-rs.git && cd gspell-rs
./python3 generate.py
cargo build -p gspell

依赖关系

~17MB
~403K SLoC