20 releases
0.13.0 | Apr 1, 2022 |
---|---|
0.12.0 | Jan 14, 2022 |
0.11.1 | Oct 11, 2019 |
0.11.0 | Jun 12, 2019 |
0.1.6 | Aug 16, 2016 |
#781 in Encoding
3,109 downloads per month
21KB
447 lines
Serde support for Hyper types
This crate provides wrappers and convenience functions to support Serde for some types defined in cookie, Hyper, mime and time.
The supported types are:
cookie::Cookie
hyper::header::ContentType
hyper::header::Headers
hyper::http::RawStatus
hyper::method::Method
hyper::Uri
mime::Mime
time::Tm
For more details, see the crate documentation.
License
hyper_serde is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in hyper_serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~5–11MB
~173K SLoC