Overview of grammers-mtproto
mastergrammers-mtproto crate provides a pure implementation of the Mobile Transport Protocol. It is designed for low-level cryptographic and structural operations, allowing you to create, encrypt, decrypt, and parse MTProto messages. Crucially, this library performs these operations without performing any I/O, making it suitable for integration into various networking stacks where the user manages the actual transport layer.