/rust_app_template

A personal template for apps written in Rust

OtherNOASSERTION

rust_app_template

A personal template for apps written in Rust

Initialize the project

cargo init

Setup development environment

pre-commit install
pre-commit autoupdate

Template features

  • improved license: MIT with an additional indemnity clause
  • commit hooks: rustfmt, clippy