#debugging #allocator #allocations #printing #platform #say #unix

na_print

Printing without allocations and other tools for debugging allocators

2 releases (1 stable)

1.0.0 Aug 29, 2022
0.1.0 Aug 29, 2022

#714 in Unix APIs

36 downloads per month

MIT license

5KB
55 lines

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!


lib.rs:

Print to the terminal without allocating!

Dependencies

~42KB