quantize 0.2.2

A simple quantization library.
Documentation
1
2
3
4
5
6
//! The four ways to pick a ruler: symmetric, asymmetric, adaptive, learned.

pub mod adaptive;
pub mod asymmetric;
pub mod learned;
pub mod symmetric;