Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Crate kvstruct

Crate kvstruct 

Source

Re-exports§

pub use macro_::*;

Modules§

macro_
The macro_ module contains the definitions for generating JSON-like strings. All underlying operations in this module rely heavily on the Debug trait to format the values being serialized into the JSON structure.

Macros§

json
A macro to define a struct and automatically implement the Jsonfy trait.