libjpeg-turbo-rs 0.3.0

Pure Rust reimplementation of libjpeg-turbo with NEON/AVX2 SIMD acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod arithmetic;
pub mod color;
pub mod fdct;
pub mod huff_opt;
pub mod huffman_encode;
pub mod marker_writer;
pub mod pipeline;
pub mod progressive;
pub mod quant;
pub mod tables;