Crates.io | tonlib-sys |
lib.rs | tonlib-sys |
version | |
source | src |
created_at | 2023-04-17 17:04:32.523357 |
updated_at | 2024-12-10 14:42:44.068449 |
description | Rust bindings for tonlibjson library |
homepage | |
repository | https://github.com/ston-fi/tonlib-sys |
max_upload_size | |
id | 841694 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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. Starting from version 2024.6.1, this project depends on a forked version of ton instead of the original (https://github.com/ston-fi/ton). This change was made to address urgent fixes and potential future needs.
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.10"
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.