qadapt 0.2.1

The Quick And Dirty Allocation Profiling Tool
docs.rs failed to build qadapt-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: qadapt-1.0.4

The Quick And Dirty Allocation Profiling Tool

A simple attempt at a #[no_std] compatible allocator that can track allocations on a per-thread basis, for the purpose of guaranteeing that performance-critical code doesn't trigger an allocation while running.

Nightly Rust is required because of a dependence on the alloc crate.

The current state has all the infrastructure in place, but the tests are a bit flaky. As such, this crate likely won't see much further development; if you are interested in claiming the qadapt name, please reach out to the author at bradlee@speice.io.