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.