snaggen@programming.dev to Rust@programming.dev · 1 year agoWrite a pretty printer in Rust and win a bountyconsole.algora.ioexternal-linkmessage-square11fedilinkarrow-up139arrow-down13file-text
arrow-up136arrow-down1external-linkWrite a pretty printer in Rust and win a bountyconsole.algora.iosnaggen@programming.dev to Rust@programming.dev · 1 year agomessage-square11fedilinkfile-text
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up8arrow-down1·edit-21 year agoYeah, “pretty printer” to me means some kind of pretty output library, like for terminal applications. I’d call this a “code formatter,” but whatever. I guess this is what happens when your community doesn’t standardize on something early on. I guess I take cargo fmt for granted.
Yeah, “pretty printer” to me means some kind of pretty output library, like for terminal applications. I’d call this a “code formatter,” but whatever.
I guess this is what happens when your community doesn’t standardize on something early on. I guess I take
cargo fmt
for granted.