divans 0.0.1

DivANS is a new way of structuring compression programs to make them more open to innovation in the wider community, by separating compression into multiple stages that can each be improved independently
Documentation
1
2
3
4
5
extern crate vergen;

fn main() {
    let _ = vergen::vergen(vergen::OutputFns::all());
}