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 theDebugtrait to format the values being serialized into the JSON structure.
Macros§
- json
- A macro to define a struct and automatically implement the
Jsonfytrait.