- Mark the crate deprecated; alloc-counter does a better job at solving the problems QADAPT was driven for, and I'll be putting my effort towards improving it instead.
- Don't panic if calling guarded code and QADAPT isn't the allocator;
Instead, let code determine at runtime whether or not QADAPT is enabled
and let users build their own asserts - #7
- This fixes issues where libraries making use of QADAPT would trigger panics in anyone that didn't use the library.
- Use the system allocator and remove libc dependency
- Now working on Stable because of the Rust 1.31 release (and
const fn
) - Documentation added
- Fix conditional compilation flags never stripping QADAPT code
- Fixed exit early bugs when closures contained
return
statements