Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 176 Bytes

development.md

File metadata and controls

9 lines (6 loc) · 176 Bytes

Development

This is a Rust lib repository powered by Cargo.

Daily Tasks

  • install dependencies and build: cargo build
  • test: cargo test
  • format code: cargo fmt