We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee797f2 commit ecae130Copy full SHA for ecae130
README.md
@@ -9,3 +9,7 @@ quantization algorithm by Anthony Dekker.
9
let indixes: Vec<u8> = data.chunks(4).map(|pix| nq.index_of(pix) as u8).collect();
10
let color_map = nq.color_map_rgba();
11
12
+#### no_std
13
+
14
+You should be able to use this crate in `no_std` environment e.g.:
15
+`color_quant = { version = "1.1", default-features = false, features = ['num-traits'] }`
0 commit comments