Module serde

Source
Expand description

Adapters for alternative serde formats.

This module contains adapters you can use with #[serde(with)] to change the way a Uuid is serialized and deserialized.

Modulesยง

compact
Serialize a Uuid as a [u8; 16].