bookdata

Macro json_from_str

Source
macro_rules! json_from_str {
    ($name:ident) => { ... };
}
Expand description

Macro to implement FromStr using JSON.