summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)Author
2022-03-05Add error message hint for strict mode.Sam Scott
2020-12-17Set MSRV to 1.36 and test.Sam Scott
2020-12-06Serialize bytes as percent-encoded data.Sam Scott
2020-08-27Switch from error-chain to thiserror (#33)Josh Triplett
2020-06-03remove unused lint + importSam Scott
2019-01-23Run cargo fmt.Sam Scott
2019-01-21Minor fixes:Sam Scott
2017-11-09Let rustfmt do its thing.Sam Scott
2017-11-09Implement `strict` option feature.Sam Scott
2017-11-05Update data-encoding major versionJulien Cretin
2017-11-01Refactor and clean parsing code, improve error messages.Sam Scott
2017-10-31New parsing strategy.Sam Scott
2017-05-23Add detection of indexed sequences.Sam Scott
2017-05-21Refactor errors to be of a single type and export it.Sam Scott