summaryrefslogtreecommitdiff
path: root/src/reader.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a bunch of stuffHEADmasterDylan22 hours1-4/+65
| | | | | | Added derive macro for byte encode Added start for PNG reading Added BMP writing
* feat: Moved from and to bytes to a single traitDylan2026-06-211-26/+4
| | | | Now called `ByteEncode`
* feat: Added bitmap writingDylan2026-06-211-4/+4
|
* feat: Initial commitDylan2026-06-211-0/+56