From 92e4833d4edb71b654b404ee1c79bbc7e5493a00 Mon Sep 17 00:00:00 2001 From: KIYINI Joseph Balamazze <73903994+josephkb87@users.noreply.github.com> Date: Wed, 7 May 2025 11:31:10 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10890d0..6518417 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## Rust Projects :README.md -=========================== +## Rust Projects : README.md + Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency. It enforces memory safety, meaning that all references point to valid memory, without a garbage collector. #### Why @@ -8,7 +8,7 @@ These Rust Projects showcase application of the Worked Examples. #### Projects include; --- [DocsGen](A Documentation Generator made with Rust and OCaml) +- [**DocsGen**](##) - A Documentation Generator made with Rust and OCaml #### [Docs](..docs/)