Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 200 Bytes

File metadata and controls

4 lines (4 loc) · 200 Bytes
  • Don't switch branch without asking
  • Commit on each changes
  • Use the newest version crate possible
  • Run make fmt, cargo clippy --all-features -- -D warnings and cargo test right before push