imagezero 0.0.1

Pure Rust implementation of the imagezero (losless image compression algorithm) used i.e. in robotics.
Documentation
# ------------------------------------------------------------------------------
# Copyright 2021 Uwe Arzt, mail@uwe-arzt.de
# SPDX-License-Identifier: Apache-2.0
# ------------------------------------------------------------------------------
[package]
name = "imagezero"
version = "0.0.1"
authors = ["Uwe Arzt <mail@uwe-arzt.de>"]
edition = "2021"
categories = ["algorithms", "computer-vision", "no-std"]
description = "Pure Rust implementation of the imagezero (losless image compression algorithm) used i.e. in robotics."
documentation = "https://docs.rs/imagezero"
keywords = ["image", "compression"]
license = "Apache-2.0"
repository = "https://codeberg.org/uwearzt/imagezero"

[dependencies]
clap = { version = "4.1.6", features = ["cargo"] }
image = "0.24.5"