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

Latest commit

 

History

History
25 lines (13 loc) · 443 Bytes

File metadata and controls

25 lines (13 loc) · 443 Bytes

Dependencies

grammers-tl-gen

Used to generate Rust code from the parsed Type Language definitions.

grammers-tl-parser

Used to parse the .tl files provided by Telegram's open source projects.

toml

Used to test that this file lists all dependencies from Cargo.toml.

serde

Support serde ecosystem.

serde_derive

Macros that auto generate serde code.

serde_bytes

Use better bytes encode/decode pattern in serde.