Skip to main content

Crate zvec_derive

Crate zvec_derive 

Source
Expand description

Derive macros for the zvec crate.

Currently only IntoDoc is provided. See zvec::IntoDoc for the trait and the generated code’s contract.

Derive Macros§

FromDoc
Derive a FromDoc impl that constructs Self from a zvec::DocRef<'_>.
IntoDoc
Derive an IntoDoc impl that constructs a zvec::Doc from &self.