summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Collapse)Author
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
- Only perform the percent decoding at the final step (fixes #10). - Reduce allocations by borrowing as much as possible.
2017-05-23Add detection of indexed sequences.Sam Scott
Clean up the code in places.
2017-05-21Refactor errors to be of a single type and export it.Sam Scott