#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

#559 in Embedded development

Download history 121/week @ 2024-01-02 124/week @ 2024-01-09 24/week @ 2024-01-16 24/week @ 2024-01-23 2/week @ 2024-02-06 34/week @ 2024-02-13 27/week @ 2024-02-20 25/week @ 2024-02-27 2/week @ 2024-03-05 45/week @ 2024-03-12 26/week @ 2024-03-19 22/week @ 2024-03-26 74/week @ 2024-04-02

130 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