Releases: trifectatechfoundation/libbzip2-rs
Releases · trifectatechfoundation/libbzip2-rs
Version 0.1.1
Changelog
- ensure that the
rust-allocator
can be used withoutstd
(it just needsalloc
) - in
no_std
mode, still panic instead of callingbz_internal_error
. Thecdylib
crate still callsbz_internal_error
in its panic handler to remain compatible, but for rust users an actual panic is desirable and plays nicer with building/linking.
Version 0.1.0
An initial release, consisting of 2 crates
libbz2-rs-sys
is a rust crate that exposes the full bzip2 API, defined in 100% rust (no FFI is used)libbz2-rs-sys-cdylib
can be used to build a dynamic or static C library that is 100% compatible with stock bzip2