imagezero 0.0.1

Pure Rust implementation of the imagezero (losless image compression algorithm) used i.e. in robotics.
Documentation
1
2
3
4
5
6
7
8
// ------------------------------------------------------------------------------
// Copyright 2021 Uwe Arzt, mail@uwe-arzt.de
// SPDX-License-Identifier: Apache-2.0
// ------------------------------------------------------------------------------

pub fn doit() {
    println!("doit");
}