Open fnands opened 6 months ago
The goal of Mimage is to be a pure Mojo library. Right now, it uses the ZLib uncompress function written in C(?).
This should be replaced once a Mojo version is available.
https://github.com/fnands/mimage/blob/bee72ee1736e7316a2d0ca89bde496854d39c6b6/mimage/utils/compression.mojo#L28
The goal of Mimage is to be a pure Mojo library. Right now, it uses the ZLib uncompress function written in C(?).
This should be replaced once a Mojo version is available.
https://github.com/fnands/mimage/blob/bee72ee1736e7316a2d0ca89bde496854d39c6b6/mimage/utils/compression.mojo#L28