gendx/lzma-rs

Enable no_std support

Aperta

#43 aperta il 28 apr 2020

 (5 commenti) (2 reazioni) (0 assegnatari)Rust (37 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (151 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

In principle, lzma-rs doesn't have a long list of dependencies, and implements the core LZMA algorithm purely in Rust. Therefore, it could be made compatible with no_std build targets (at least when none of the dev dependencies/features are activated).

Guida contributor