Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-08-29 | Fixed typo | mseri | -1/+1 | |
2015-08-13 | Implement Serialize::visit_newtype_{struct,variant} | Erick Tryzelaar | -0/+18 | |
These functions allow a serializer to not wrap a newtyped value inside of a tuple or struct. | ||||
2015-04-21 | Fix serde-only compilation | Alex Crichton | -1/+1 | |
2015-04-02 | wip | Alex Crichton | -0/+85 | |
2015-04-02 | Modularize rustc-serialize support | Alex Crichton | -0/+899 | |
* Add rustc-serialize as a default feature * Make room for for serde support |