paligned
Simple macro for aligned printing.
use paligned;
paligned! ;
// expression value description
// 1 + 1 = 2
// foo: Foo { val: 1 } `@debug` example
The goal of this crate is to provide a simple, zero-configuration solution for printing several rows with aligned columns. Basically, an alternative to:
println!;
println!;
println!;
This macro is minimal on purpose, if you need fancier printing, then (at the cost of extra verbosity) I would recommend: