grammers-tl-types

Crates.iogrammers-tl-types
lib.rsgrammers-tl-types
version0.7.0
created_at2020-01-31 12:00:25.178722+00
updated_at2024-09-17 16:31:27.924117+00
descriptionRust definitions for Telegram's API types and functions.
homepagehttps://github.com/Lonami/grammers
repositoryhttps://github.com/Lonami/grammers
max_upload_size
id203606
size258,260
Lonami (Lonami)

documentation

https://docs.rs/grammers-tl-types

README

grammers-tl-types

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.

Commit count: 1114

cargo fmt