Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reject invalid values | Timofey | 2020-11-02 | 1 | -3/+9 |
| | | | | | | | | | * Check if string is valid utf8 * Reject non-binary bool and optional values * Raise on duplicate map keys * Add tests See draft spec: https://tools.ietf.org/html/draft-devault-bare-00 | ||||
* | Use uint for internal length encodings | Drew DeVault | 2020-06-22 | 1 | -5/+5 |
| | |||||
* | reader_test.go: remove excessive messaging | Drew DeVault | 2020-06-22 | 1 | -50/+46 |
| | |||||
* | reader, writer: implement varints | Drew DeVault | 2020-06-22 | 1 | -0/+32 |
| | |||||
* | Initial commit | Drew DeVault | 2020-06-20 | 1 | -0/+167 |