Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-12-17 | Run `cargo fmt` | Alex Crichton | -11/+10 |
2018-11-10 | Implemented enum tuple deserialization. | Azriel Hoh | -3/+5 |
2018-11-10 | Added `NewType` variant to example. | Azriel Hoh | -0/+4 |
2018-11-10 | Implement deserialization for unit and struct variants. | Azriel Hoh | -0/+40 |
2017-08-28 | Fix a number of compile warnings | Alex Crichton | -1/+0 |
2017-05-15 | Add `extern crate serde` to examples/decode.rs | Alex Crichton | -2/+1 |
2017-02-08 | Rewrite crate with serde support from ground up | Alex Crichton | -40/+30 |
2016-10-02 | Touch up the `decode` example | Alex Crichton | -51/+61 |
2016-10-02 | Add example for decoding toml to struct | kper | -0/+51 |
2015-06-07 | Add a toml to json example | Alex Crichton | -0/+57 |