Crate facet_urlencoded

Source
Expand description

Facet logo - a reflection library for Rust

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

Logo by Misiasart

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed Depot

Provides URL-encoded form data deserialization for Facet types.

§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.