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
每月下载量 76
用于 gspell
25KB
494 行
gspell-rs
此仓库包含gspell的Rust绑定。
注意:gspell-rs以及其他gtk3-rs工具包不再积极维护。
网站: https://world.pages.gitlab.gnome.org/Rust/gspell-rs
文档
- gspell: https://world.pages.gitlab.gnome.org/Rust/gspell-rs/stable/latest/docs/gspell
- gspell-sys: https://world.pages.gitlab.gnome.org/Rust/gspell-rs/stable/latest/docs/gspell_sys
使用
将此行添加到您的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