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

na_print

无需分配的打印和其他调试分配器的工具

2 个版本 (1 个稳定版本)

1.0.0 2022 年 8 月 29 日
0.1.0 2022 年 8 月 29 日

Unix API 中排名 #738

MIT 许可证

5KB
55 行代码(不含注释)

na_print:无需分配的调试

如其名,这里没有其他可说的。

MSRV

rust 稳定版 1.56.1

平台兼容性

目前仅支持 #[cfg(unix)] 平台(因此不支持 Windows)。欢迎提交支持其他平台的 PR!


lib.rs:

将内容打印到终端,不进行分配!

依赖

~43KB