#binding #libraqm #raqm

sys raqm-sys

libraqm 的 sys 绑定

3 个不稳定版本

使用旧的 Rust 2015

0.2.1 2018年6月23日
0.2.0 2018年6月22日
0.1.0 2018年6月22日

#287 in #binding


raqm 中使用

MIT 许可证

4KB

libraqm Rust FFI 绑定

安装 libraqm

为了生成绑定,raqm-sys 需要开发者系统上已安装 libraqm。

从源码构建

克隆 RAQM 仓库 并检出 0.5.0 版本。

git clone [email protected]:HOST-Oman/libraqm.git
cd td
git checkout v0.5.0

然后按照 libraqm 仓库 README.md 中的安装说明进行操作。

从仓库安装

使用您的发行版包管理器下载并安装 libraqm

Arch Linux
#: pacman -S libraqm

生成绑定

安装 libraqm 后,只需将 raqm-sys 添加到您的 crate 依赖中

raqm-sys = "0.3"

然后让 Cargo 展示它的魔法!

cargo build

依赖

~6–8MB
~174K SLoC