**init-data-rust** is a Rust library that provides utilities for working with Telegram Mini Apps initialization data.
- -
This library is based on and inspired by the original Go implementation found at [Telegram-Mini-Apps/init-data-golang](https://github.com/Telegram-Mini-Apps/init-data-golang).
Add the following to your `Cargo.toml`:
```toml
[dependencies]
init-data-rust = "0.1.0"