aboutsummaryrefslogtreecommitdiff
path: root/lib/binary/testdata
AgeCommit message (Collapse)Author
2024-12-28lib/binary: implement append-only binary fileShulhan
The binary is new package that complement the standard binary package Currently it implement append-only binary that encode the data using [binary.Writer]. We call them "Apo" for short.