What's Changed
- Rework system allocator so we can use a static instance by @udoprog in #151
- Stack pointers by @udoprog in #152
- Remove unexpected_lints job by @udoprog in #155
- Add mock framework so that fuzz can be checked by @udoprog in #156
- Remove specialized hint associated types by @udoprog in #157
- Implement is_human_readable on basis of Mode v2 (closes #154) by @udoprog in #158
- Add support for aligned local buffers by @udoprog in #153
- More allocation work by @udoprog in #159
- Rework how an allocator is associated with a context by @udoprog in #160
- Fix duplicate backticks in documentation by @bluurryy in #163
- More context work by @udoprog in #161
- Remove test state in stack allocator by @udoprog in #164
- Introduce Range abstraction and clean up allocator by @udoprog in #165
- Support byte-swapping enums by @udoprog in #168
- More improvements by @udoprog in #169
- Release 0.0.123 by @udoprog in #170
- tests: Update stderr by @udoprog in #173
- musli: Fix nightly by @udoprog in #174
- Add benchmarks in reference to #176 by @udoprog in #177
- Switch to core::error::Error by @udoprog in #178
New Contributors
Full Changelog: 0.0.122...0.0.124