[][src]Crate zvariant_derive

This crate provides derive macros helpers for zvariant.

Derive Macros

DeserializeDict

Adds Deserialize implementation to structs to be deserialized from a{sv} type.

SerializeDict

Adds Serialize implementation to structs to be serialized as a{sv} type.

Type

Derive macro to add Type implementation to structs and enums.

TypeDict

Derive macro to add Type implementation to structs serialized as a{sv} type.