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.