#gnome #gtk #spell #gspell

sys gspell-sys

gspell库的原始C-FFI绑定

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日

#1298 in GUI

Download history 28/week @ 2024-03-29 18/week @ 2024-04-05 3/week @ 2024-04-12 2/week @ 2024-04-19 3/week @ 2024-05-31 1/week @ 2024-06-07

每月下载量 76
用于 gspell

GPL-3.0-or-later

25KB
494

gspell-rs

此仓库包含gspell的Rust绑定。

注意:gspell-rs以及其他gtk3-rs工具包不再积极维护。

网站: 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

依赖项

~3.5MB
~70K SLoC