InternetCitizen2@lemmy.world to Pop!_OS (Linux)@lemmy.world · 2 years agoStyle Guidemessage-squaremessage-square9fedilinkarrow-up18arrow-down10file-text
arrow-up18arrow-down1message-squareStyle GuideInternetCitizen2@lemmy.world to Pop!_OS (Linux)@lemmy.world · 2 years agomessage-square9fedilinkfile-text
minus-squareMichael Murphy (S76)@lemmy.worldMlinkfedilinkarrow-up2·edit-22 years agoWhat Rust’s maintainers recommend is what I’d recommend: https://rust-lang.github.io/api-guidelines/ Many of these are automatically detected and suggested by clippy’s pedantic flag.
What Rust’s maintainers recommend is what I’d recommend: https://rust-lang.github.io/api-guidelines/
Many of these are automatically detected and suggested by clippy’s pedantic flag.
Thanks