aboutsummaryrefslogtreecommitdiff
path: root/src/encode.rs
Commit message (Collapse)AuthorAgeFilesLines
* apply clippy lintsAkshay2021-04-231-1/+1
|
* add RLE compression functionsAkshay2021-04-181-10/+34
|
* implement simple error handlingAkshay2021-03-031-13/+34
|
* add decode logicAkshay2021-03-011-5/+6
|
* redefine pixel as bool, implement encodingAkshay2021-03-011-0/+34