Pie Chart
A pie chart generator
- Based off of
cargo new - Prompts for Cargo.toml details
- Uses
clapfor command line processing - Uses
coloredfor messages - Includes
lazy_staticjust because - Adds a
Justfilewith shortcuts for releasing - Includes a
version.json5file for use with StampVer - Includes UNLICENSE file
- Adds
coverage.jsonand badge - README with crates.io and docs.rs badges
- Includes a
scratchdirectory - Includes an
.vscode/launch.jsonand other settings - Includes
.gitignore - Creates a named binary file
- Default
log_macros.rsfor logging -
rust-toolchain.tomlset tostable - Uses a Deno based
customize.tsfile - Creates a
.vscode/launch.jsonfile for debugging - Includes basic unit tests
- Includes Criterion and basic benchmark tests