Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/)

Expand Down
Loading