#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

#729 in Embedded development

Download history 23/week @ 2024-09-21 13/week @ 2024-10-19 15/week @ 2024-10-26 30/week @ 2024-11-02

58 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