constriction 0.3.4

Entropy coders for research and production (Rust and Python).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# IMPORTANT: 
#
# `cargo about` must be invoked with the `--all-features` flag or with
# `--features=pybindings`. For examplye:
#
# ```
# cargo about --features=pybindings generate about.hbs > html/licenses.html
# ```

accepted = [
  "CC0-1.0",
  "MIT",
  "BSD-2-Clause",
  "BSD-3-Clause",
  "Apache-2.0",
  "Apache-2.0 WITH LLVM-exception",
  "Unicode-DFS-2016",
]