Skip to main content

Crate serde_versioned_derive

Crate serde_versioned_derive 

Source
Expand description

§serde_versioned_derive

Procedural macro derive for the Versioned trait.

This crate provides the #[derive(Versioned)] macro that automatically generates the implementation of the Versioned trait for structs.

Derive Macros§

Versioned
Derives the Versioned trait for a struct.