Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 176 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 176 Bytes

Rust Cli App Template

Template for building Rust CLI applications

Usage

Lint

make lint

Test

make test

Build

make build