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