Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.46 KB

File metadata and controls

30 lines (21 loc) · 1.46 KB

TonStruct

GitHub Actions Workflow Status GitHub License Crates.io Version Codecov Work in progress

ℹ️ The Open Network deserialization crate for Rust language.

❤️ Any contributions are welcome. Feel free to open pull requests, issues, bug reports, feature proposals or anything else

Usage

First you need to add tonstruct to your project

tonstruct = { version = "*" }

Then add FromCell or ToCell derive macro to structures you want to serialize/deserialize

More info about how to use this crate in your project you can find in the following documents: