gendx/lzma-rs

Enable no_std support

Open

#43 opened on Apr 28, 2020

 (5 comments) (2 reactions) (0 assignees)Rust (37 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (151 stars)
PR merge metrics
 (PR metrics pending)

Description

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).

Contributor guide