summaryrefslogtreecommitdiff
path: root/src/byte_encode.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a bunch of stuffHEADmasterDylan22 hours1-5/+22
| | | | | | Added derive macro for byte encode Added start for PNG reading Added BMP writing
* feat: Added conversion between different color types and depthsDylan2026-06-251-0/+5
|
* feat: Moved from and to bytes to a single traitDylan2026-06-211-0/+33
Now called `ByteEncode`