aboutsummaryrefslogtreecommitdiff
path: root/reader_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reject invalid valuesTimofey2020-11-021-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 encodingsDrew DeVault2020-06-221-5/+5
|
* reader_test.go: remove excessive messagingDrew DeVault2020-06-221-50/+46
|
* reader, writer: implement varintsDrew DeVault2020-06-221-0/+32
|
* Initial commitDrew DeVault2020-06-201-0/+167