qoi/src
2021-12-01 17:01:41 +00:00
..
canonical.rs Add qoi_encode_to_buf() and encode_size_required() 2021-11-30 02:46:04 +00:00
colorspace.rs Add ColorSpace type 2021-11-29 22:23:39 +00:00
consts.rs Change magic type to u32 (like in reference impl) 2021-11-29 22:38:09 +00:00
decode.rs Refactor decoder so it now uses qoi_decode_header 2021-12-01 17:01:41 +00:00
encode.rs Encoding: mark unlikely and inline 2021-12-01 16:57:20 +00:00
error.rs Error::BadDecodingDataSize -> InputBufferTooSmall 2021-12-01 16:01:17 +00:00
header.rs Add Header::n_pixels() 2021-12-01 16:04:04 +00:00
lib.rs Add decode::qoi_decode_header() 2021-12-01 16:01:58 +00:00
pixel.rs Initial working version (but lots of temp stuff) 2021-11-28 16:20:24 +00:00
utils.rs Add stable likely/unlikely to utils module 2021-11-30 14:30:13 +00:00