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

supadupadao/tonstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: