snaggen@programming.dev to Rust@programming.dev · 1 year agoWrite a pretty printer in Rust and win a bountyconsole.algora.ioexternal-linkmessage-square4fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkWrite a pretty printer in Rust and win a bountyconsole.algora.iosnaggen@programming.dev to Rust@programming.dev · 1 year agomessage-square4fedilinkfile-text
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up1·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.