hcpl / serde_mtproto

MTProto [de]serialization for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serde MTProto

Latest Version Latest Docs Supported Rust Versions License Travis Build Status Dependency Status

MTProto [de]serialization for Rust which utilizes Serde framework.

[dependencies]
serde_mtproto = { git = "https://github.com/hcpl/serde_mtproto" }

You may be looking for:

Supports Rust 1.30 and newer. Older versions may work, but are not guaranteed to.

Optional Cargo features

  • quickcheckquickcheck::Arbitrary implmentations for several types defined in serde_mtproto. For now, those only include wrapper types Boxed, WithSize.

Changelog

Maintained in CHANGELOG.md.

License

Serde MTProto is licensed under either of

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.

About

MTProto [de]serialization for Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%