Crates.io | grammers-tl-types |
lib.rs | grammers-tl-types |
version | 0.7.0 |
source | src |
created_at | 2020-01-31 12:00:25.178722 |
updated_at | 2024-09-17 16:31:27.924117 |
description | Rust definitions for Telegram's API types and functions. |
homepage | https://github.com/Lonami/grammers |
repository | https://github.com/Lonami/grammers |
max_upload_size | |
id | 203606 |
size | 258,260 |
This library provides Rust struct
and enum
types representing
the definitions from the Type Language build-time input files.
In addition, each type has an impl
on Serializable
and Deserializable
,
the former serializes instances into byte arrays as described by the section
on Binary Data Serialization, and the latter deserializes them.