X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rustlang%2Frustlang.bash;h=e95f17285aa44c1cf313c91c9d89603cfa958248;hb=7215970c2340155c5f4a4dc585483f5a9c46a0a9;hp=df5a8e43a6d53e9fde93847bf3349633c7e47c98;hpb=77be4eb172eb0707be3f653189c10738e6090400;p=webi-installers%2F.git diff --git a/rustlang/rustlang.bash b/rustlang/rustlang.bash index df5a8e4..e95f172 100644 --- a/rustlang/rustlang.bash +++ b/rustlang/rustlang.bash @@ -5,11 +5,19 @@ # tagline: The Rust Toolchain # description: | # A language empowering everyone to build reliable and efficient software. +# +# Rust is the modern language used to build all of your favorite CLI tools, such as +# - rg (ripgrep, modern grep) +# - fd (modern find) +# - sd (modern sed) +# - lsd (modern ls) +# - bat (modern cat) # examples: | # ```bash # cargo install ripgrep # ``` #
+# # ```bash # cargo new hello --bin # cargo build --release