kornelski / lodepng-rust

All-in-one PNG image encoder/decoder in pure Rust
https://lib.rs/lodepng
zlib License
100 stars 23 forks source link

Make imports explicit #50

Closed nmattia closed 2 years ago

nmattia commented 2 years ago

This helps newbies like me figure out where functions come from.

kornelski commented 2 years ago

Thanks