Module uuid::adapter::compact[][src]

Expand description

Module for use with #[serde(with = "...")] to serialize a Uuid as a [u8; 16].

Functions

Deserializer from a [u8; 16] into a Uuid

Serializer for a Uuid into a [u8; 16]