Module rocket_contrib::uuid

source ·
Expand description

UUID parameter and form value parsing support.

See the Uuid type for further details.

§Enabling

This module is only available when the uuid feature is enabled. Enable it in Cargo.toml as follows:

[dependencies.rocket_contrib]
version = "0.4.11"
default-features = false
features = ["uuid"]

Re-exports§

  • pub extern crate uuid as uuid_crate;

Structs§

Enums§