Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional support for yaml filter (see #192) | Dirkjan Ochtman | 2019-01-17 | 1 | -1/+15 |
| | |||||
* | Rename deprecate method Error::cause() | Dirkjan Ochtman | 2019-01-12 | 1 | -2/+2 |
| | |||||
* | Use 2018 edition idioms | Dirkjan Ochtman | 2018-12-08 | 1 | -2/+2 |
| | |||||
* | Fix typo in serde_json feature | Dirkjan Ochtman | 2018-12-07 | 1 | -6/+6 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-06-21 | 1 | -9/+7 |
| | |||||
* | Converted error-chain based error to enum based error | Philipp Korber | 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>` |