mitinarseny / toner

🦀 + 💎 Rust SDK for TON blockchain
https://docs.rs/toner
MIT License
9 stars 2 forks source link

feat: deserialize BinTree and HashmapE into extendable types #3

Closed akostylev0 closed 4 months ago

akostylev0 commented 5 months ago

This PR contains the implementation of deserialization as C: IntoIterator<Item = T> + Extend<T> + Default for HashmapE<T, ()> and BinTree. Please take a look and contact me if you have any questions.

cargo fmt rewrote the entire bin_tree.rs file for some reason, sorry about that.

mitinarseny commented 4 months ago

Awesome work, thank you!