22 releases

0.13.2 Oct 14, 2023
0.13.0 Apr 1, 2022
0.12.0 Jan 14, 2022
0.11.1 Oct 11, 2019
0.1.6 Aug 16, 2016

#607 in Encoding

Download history 607/week @ 2023-11-23 1105/week @ 2023-11-30 720/week @ 2023-12-07 178/week @ 2023-12-14 176/week @ 2023-12-21 177/week @ 2023-12-28 167/week @ 2024-01-04 216/week @ 2024-01-11 341/week @ 2024-01-18 274/week @ 2024-01-25 340/week @ 2024-02-01 79/week @ 2024-02-08 171/week @ 2024-02-15 173/week @ 2024-02-22 209/week @ 2024-02-29 54/week @ 2024-03-07

621 downloads per month

MIT/Apache

22KB
448 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

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

~6–8MB
~137K SLoC