Skip to main content

Crate jsonx_derive

Crate jsonx_derive 

Source
Expand description

Derive macro for jsonx::JsonxConstructor.

This crate is an implementation detail of jsonx; use it through the re-exported #[derive(JsonxConstructor)] and do not depend on it directly.

Derive Macros§

JsonxConstructor
Derives JsonxConstructor — and the serde Serialize/Deserialize impls that wire it in — for a type that implements Display and FromStr.