2 unstable releases
0.2.0 | Sep 10, 2023 |
---|---|
0.1.0 | Oct 24, 2021 |
#741 in Embedded development
23 downloads per month
19KB
448 lines
Heatshrink
Minimal no_std implementation of Heatshrink compression & decompression
License
This work is dual-licensed under MIT and Apache 2.0. You can choose between one of them if you use this work.
SPDX-License-Identifier: MIT OR Apache-2.0
lib.rs
:
Minimal compression & decompression library for embedded use Implements the Heatshrink compression algorithm described here https://github.com/atomicobject/heatshrink and here https://spin.atomicobject.com/2013/03/14/heatshrink-embedded-data-compression/