Crates.io | sild_test_doc_build_fine |
lib.rs | sild_test_doc_build_fine |
version | 2024.3.3 |
source | src |
created_at | 2024-03-26 20:46:49.706167 |
updated_at | 2024-03-26 23:59:36.839206 |
description | Some library |
homepage | |
repository | https://github.com/ston-fi/tonlib-sys |
max_upload_size | |
id | 1187119 |
size | 19,678 |
This repository contains the Rust bindings for tonlib library (https://github.com/ton-blockchain/ton), allowing developers to use tonlib functionality in their Rust applications.
This library is used in the tonlib-rs library (https://github.com/ston-fi/tonlib-rs), which provides a higher-level Rust interface to the tonlib functionality.
To use this library in your Rust application, add the following to your Cargo.toml file:
[dependencies]
tonlib-sys = "2024.3"
Then, in your Rust code, you can import the library with:
use tonlib_sys;
If you want to contribute to this library, please feel free to open a pull request on GitHub.
This library is licensed under the MIT license. See the LICENSE file for details.