From 61d4aad72f436c87a2a6d20fbdb0e63dba159644 Mon Sep 17 00:00:00 2001 From: Azhar Mithani <25031629+AzharMithani@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:04:02 -0400 Subject: [PATCH 1/3] Update README.md fix grammatical issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3690a9c93c528..063d752d75f51 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ standard library, and documentation. ## Why Rust? -- **Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrate with other languages. +- **Performance:** Fast and memory-efficient, suitable for critical services, and embedded devices, and easily integrated with other languages. - **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time. @@ -41,7 +41,7 @@ Read ["Installation"] from [The Book]. ## Installing from Source -If you really want to install from source (though this is not recommended), see +If you want to install from source (though this is not recommended), see [INSTALL.md](INSTALL.md). ## Getting Help From daae978bf3b52013a55dc2c1579bb1aa368f97d4 Mon Sep 17 00:00:00 2001 From: Azhar Mithani <25031629+AzharMithani@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:29:39 -0400 Subject: [PATCH 2/3] Update README.md Co-authored-by: Jeff Parsons --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063d752d75f51..fa5c2f97bcbf3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ standard library, and documentation. ## Why Rust? -- **Performance:** Fast and memory-efficient, suitable for critical services, and embedded devices, and easily integrated with other languages. +- **Performance:** Fast and memory-efficient, suitable for critical services and embedded devices, and easily integrated with other languages. - **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time. From 92f2612bf4accd41d2af82fba156de475dcb1322 Mon Sep 17 00:00:00 2001 From: Azhar Mithani <25031629+AzharMithani@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:14:06 -0400 Subject: [PATCH 3/3] Update README.md Co-authored-by: Mark Rousskov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa5c2f97bcbf3..23cf482291e2b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ standard library, and documentation. ## Why Rust? -- **Performance:** Fast and memory-efficient, suitable for critical services and embedded devices, and easily integrated with other languages. +- **Performance:** Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. - **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.