MTProto [de]serialization for Rust which utilizes Serde framework.
[dependencies]
serde_mtproto = { git = "https://github.com/hcpl/serde_mtproto" }You may be looking for:
- Serde MTProto API documentation (latest published)
- Serde MTProto API documentation (master)
- Serde API documentation
- Detailed documentation about Serde
- Setting up
#[derive(Serialize, Deserialize)]
Supports Rust 1.30 and newer. Older versions may work, but are not guaranteed to.
quickcheck—quickcheck::Arbitraryimplmentations for several types defined inserde_mtproto. For now, those only include wrapper typesBoxed,WithSize.
Maintained in CHANGELOG.md.
Serde MTProto is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde MTProto by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.