alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
81 stars 52 forks source link

Add arm decoder/encoder when using -static #111

Open wcampbell0x2a opened 1 year ago

wcampbell0x2a commented 1 year ago

This fixes my issues described in https://github.com/alexcrichton/xz2-rs/issues/105 and https://github.com/wcampbell0x2a/backhand/issues/150, while I have this working and tested in my library here: https://github.com/wcampbell0x2a/backhand/pull/151.