20 个稳定版本
新版本 2024.8.0 | 2024 年 8 月 16 日 |
---|---|
2024.6.1 | 2024 年 6 月 27 日 |
2024.3.7 | 2024 年 5 月 10 日 |
2024.3.0 | 2024 年 3 月 15 日 |
0.1.2 | 2023 年 4 月 19 日 |
#128 在 模拟器
658 每月下载量
用于 2 个包(通过 tonlib)
125KB
437 行
Rust Bindings for tonlibjson Library
此仓库包含 tonlib 库的 Rust 绑定 (https://github.com/ton-blockchain/ton),允许开发者在 Rust 应用程序中使用 tonlib 功能。
特性
- 默认使用 Cmake 构建 tonlibjson_static。
- 支持共享 tonlib。您可以使用 --features shared-tonlib 来构建。
用法
此库在 tonlib-rs 库 (https://github.com/ston-fi/tonlib-rs) 中使用,该库提供了对 tonlib 功能的高级 Rust 接口。
要在您的 Rust 应用程序中使用此库,请在 Cargo.toml 文件中添加以下内容
[dependencies]
tonlib-sys = "2024.8"
然后,在您的 Rust 代码中,您可以使用以下方式导入库
use tonlib_sys;
贡献
如果您想为此库做出贡献,请随时在 GitHub 上发起 pull request。
许可证
此库受 MIT 许可证许可。有关详细信息,请参阅 LICENSE 文件。
无运行时依赖
~230KB