Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 443 Bytes

DEPS.md

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.