Version 0.1.1
Changelog
- ensure that the
rust-allocatorcan be used withoutstd(it just needsalloc) - in
no_stdmode, still panic instead of callingbz_internal_error. Thecdylibcrate still callsbz_internal_errorin its panic handler to remain compatible, but for rust users an actual panic is desirable and plays nicer with building/linking.