4 releases (2 breaking)
Uses old Rust 2015
0.3.1 | Aug 12, 2017 |
---|---|
0.3.0 | Aug 9, 2017 |
0.2.0 | Aug 8, 2017 |
0.1.0 | Aug 6, 2017 |
#150 in #telegram
Used in serde_mtproto
9KB
205 lines
Serde MTProto
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.
Optional Cargo features
quickcheck
—quickcheck::Arbitrary
implmentations for several types defined inserde_mtproto
. For now, those only include wrapper typesBoxed
,WithSize
.
Changelog
Maintained in CHANGELOG.md.
License
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.
Contribution
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.
Dependencies
~1.5MB
~41K SLoC