From 56ddb55f4163e90c704837565361c2bf2acec327 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 10 Mar 2022 23:30:40 +0100 Subject: [PATCH] Add docs about writing CLI apps in Rust --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 567a38f..82304e9 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -2081,3 +2081,4 @@ Raw * [John Arundel](https://bitfieldconsulting.com/golang/rust-vs-go) - (2020) Rust vs Go * [Dave Rolsky](https://blog.urth.org/2022/02/14/frontend-rust-without-node/) - (2022) Frontend Rust Without Node * [Eric S. Raymond aka ESR](https://developers.slashdot.org/story/17/11/27/039226/why-esr-hates-c-respects-java-and-thinks-go-but-not-rust-will-replace-c) - (2017) Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C. **See also** : [The big break in computer languages](http://esr.ibiblio.org/?p=7724) +* [Command Line Applications in Rust](https://rust-cli.github.io/book/index.html) - Documentation on how to use the Rust Programming Language to develop commandline applications. **See also** : [Source code](https://github.com/rust-cli/book)