Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove now unused match arms | 2020-05-17 | 1 | -2/+0 | |
| | |||||
* | Properly annotate non-exhaustive enum | 2020-05-17 | 1 | -6/+1 | |
| | |||||
* | Error::description() will be deprecated soon | 2020-01-29 | 1 | -12/+2 | |
| | |||||
* | Add optional support for yaml filter (see #192) | 2019-01-17 | 1 | -1/+15 | |
| | |||||
* | Rename deprecate method Error::cause() | 2019-01-12 | 1 | -2/+2 | |
| | |||||
* | Use 2018 edition idioms | 2018-12-08 | 1 | -2/+2 | |
| | |||||
* | Fix typo in serde_json feature | 2018-12-07 | 1 | -6/+6 | |
| | |||||
* | Fix formatting with cargo fmt | 2018-06-21 | 1 | -9/+7 | |
| | |||||
* | Converted error-chain based error to enum based error | 2018-06-04 | 1 | -0/+95 | |
- now implements `Send` + `Sync` + `'static` - still implements `std::error::Error`, `Debug`, `Display`, `From<std::fmt::Error>`, `From<::serde_json::Error>` |