aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/hxa/read.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-2/+2
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-161-4/+25
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-99/+99
* Replace uses of `err != nil` with `or_return` where appropriategingerBill2021-08-151-53/+32
* Add package `core:encoding/hxa`gingerBill2021-08-091-0/+236