Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-09-05 | Nested dotted-table enums (#329) | James Kay | -0/+20 | |
Add support for deserializing enums from nested dotted tables. | ||||
2018-11-17 | Maintain backward compatibility with Rust 1.15, take 3. | Azriel Hoh | -7/+4 | |
2018-11-12 | Error when deserializing struct if encountering unknown fields. | Azriel Hoh | -0/+40 | |
Issue #225 | ||||
2018-11-12 | Added ignored tests for deserializing enums from dotted table. | Azriel Hoh | -0/+48 | |
Issue #225 | ||||
2018-11-10 | Implemented deserialization for external enums. | Azriel Hoh | -0/+153 | |
Issue #225 |