4个版本
使用旧的Rust 2015
0.2.0 | 2018年1月30日 |
---|---|
0.1.2 | 2016年10月15日 |
0.1.1 | 2016年6月21日 |
0.1.0 | 2016年6月19日 |
#1028 在 硬件支持
每月23次下载
41KB
619 行
freefare
Rust 对 libfreefare 库的绑定。
有关 libfreefare
的原始FFI绑定,请参阅 freefare-sys。
安装
确保您已安装 libnfc
(在 Debian/Ubuntu 上,或者使用 macOS 上的 Homebrew 运行 brew install libnfc
,或者在其他系统上安装)。
然后安装 libfreefare
(在 Debian/Ubuntu 上,或者使用 macOS 上的 Homebrew 运行 brew install libfreefare
)。
Cargo.toml
[dependencies]
libc = "0.2.0"
freefare = "0.2.0"
示例用法
待办事项
- 替换任何原始指针
- 提供示例
- 文档
- 测试
贡献
我是一个 Rust 的新手,所以任何帮助或建设性的信息都将非常感激。提前感谢!
许可证
MIT
依赖项
~99KB