No_std crate for decompression?

I'm in need of a crate the performs decompression (preferably for deflate, but other algorithms are ok too) that works in an embedded no_std context. Does anyone know of one ?

The compression counterpart only needs to be called during the build process, so may rely on std and anything else.

answering my own question for the sake of future search queries:

looks like i found something ! it's explicitly designed for this use, even

looks like it might be less suited for this purpose than i thought, missed a little detail:

Brotli uses a pre-defined dictionary, roughly 120 KiB in size

that's a fair amount for embedded use

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.