Hey folks! I just released printer.zig, a minimalist library designed to make printing and logging in Zig as easy as Python, while staying 100% type-safe at comptime.
Why use it?
✅ No more formatting hell: just print(any_value) and it works.
✅ Smart string detection (handles slices, arrays, and literals).
✅ Fully compatible with the latest Zig v0.15.2.
✅ Zero dependencies & ultra-minimalist.
Perfect for quick debugging or CLI tools where you want clean output without the boilerplate.
Check it out here: > https://github.com/haqqimm/printer
Feedback and stars are highly appreciated! Let's make Zig development a bit more colorful. ⚡🚀