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
11
pub mod arith_tables;
pub mod bufsize;
pub mod error;
pub mod exif;
pub mod huffman_table;
pub mod icc;
pub mod jfif;
pub mod quant_table;
pub mod sample;
pub mod traits;
pub mod types;