From 6bd4e335b038eaf984e5ae46a1f9308ba49fb241 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sun, 30 Aug 2020 04:22:00 -0400 Subject: [PATCH] Add rust-cli-template to TEMPLATES.md (#239) * Add rust-cli-template to TEMPLATES.md * Remove spurious whitespace --- TEMPLATES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TEMPLATES.md b/TEMPLATES.md index 9e9ca2f8..63e72460 100644 --- a/TEMPLATES.md +++ b/TEMPLATES.md @@ -17,6 +17,8 @@ - [QuickStart WebAssembly]: Create a quick Webassembly application with Rust, [Pankaj Chaudhary] - [Win32]: Write low-level Win32 applications, [ArmsOfSorrow] - [rust-starter]: Bootstrap a Rust CLI application with Clap, [omarabid] +- [rust-cli-template]: Write a CLI with [color_eyre] and [tracing] already set + up, in addition to benchmarking and testing boilerplate [Rebecca Turner] [PyO3]: https://github.com/DD5HT/pyo3-template [DD5HT]: https://github.com/DD5HT @@ -51,3 +53,7 @@ [ArmsOfSorrow]: https://github.com/ArmsOfSorrow [rust-starter]: https://github.com/omarabid/rust-starter-generate [omarabid]: https://github.com/omarabid +[rust-cli-template]: https://github.com/9999years/rust-cli-template +[Rebecca Turner]: https://github.com/9999years +[color_eyre]: https://docs.rs/color_eyre +[tracing]: https://docs.rs/tracing