serde_table
A macro for parsing tables into Rust structs.
use Deserialize;
use serde_table;
let people: = serde_table! .unwrap;
Installation
Add the following to your Cargo.toml:
[]
= "0.1.0"
Advanced Usage
While serde_table ought to do the right thing in general,
you can use serde_table_expr if you need to avoid the automatic quoting of bare variable-names (identifiers).