c2rust
c2rust copied to clipboard
Align infos
This aligns each of the infos printed so that they're much easier to scan while reading. This is done by adding a NodeInfo::fmt_with_sep just like Node::fmt_with_sep. And non-existent infos are now printed as an empty "" string instead of just nothing at all, allowing the alignment to work properly.