Crate facet_urlencoded

Crate facet_urlencoded 

Source
Expand description

§facet-urlencoded

Coverage Status crates.io documentation MIT/Apache-2.0 licensed Discord

Provides URL-encoded form data deserialization for Facet types.

§Sponsors

Thanks to all individual sponsors:

GitHub Sponsors Patreon

…along with corporate sponsors:

AWS Zed Depot

…without whom this work could not exist.

§Special thanks

The facet logo was drawn by Misiasart.

§License

Licensed under either of:

at your option.

Enums§

UrlEncodedError
Errors that can occur during URL encoded form data deserialization.

Functions§

from_str
Deserializes a URL encoded form data string into a value of type T that implements Facet.