we (web engine): Experimental web browser project to understand the limits of Claude
at zlib 4 lines 101 B view raw
1//! Image decoders — PNG (DEFLATE), JPEG, GIF, WebP — pure Rust. 2 3pub mod deflate; 4pub mod zlib;