na_print 1.0.0

Printing without allocations and other tools for debugging allocators
Documentation
1
2
3
4
5
6
7
8
9
10
11
# na_print: debugging without allocation

it does whats in the name, I dont know what else to say here.

## MSRV

rust stable `1.56.1`

## Platform compatability

currently only `#[cfg(unix)]` platforms (so no windows). PRs adding support for other platforms are welcome!