image-rs / weezl

LZW en- and decoding that goes weeeee!
Apache License 2.0
25 stars 7 forks source link

Code style: rename and move "reconstruct" #14

Closed WorldSEnder closed 3 years ago

WorldSEnder commented 3 years ago

Makes much more sense to have the reconstruction happen in Table and rename the other """reconstruction""" methods to fill_ as they are filling the buffer at the end when out has not enough space to hold the result.