#environments #no-std

heatshrink

A minimal implementation of the heatshrink compression algorithm for no_std environments

2 unstable releases

0.2.0 Sep 10, 2023
0.1.0 Oct 24, 2021

#741 in Embedded development

23 downloads per month

MIT/Apache

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/

No runtime deps