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
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,29 @@ These Rust Projects showcase application of the Worked Examples.

#### Projects include;

- [**DocsGen**](https://github.com/josephkb87/docsgen) - A Documentation Generator made with Rust and OCaml
-- RustWebApp - A [Rust_WASM WebApp CrossPlatform App](../Projects/RustWebApp/README.md)

-- QMLApp- [A QT Rust App](../Projects/QMLAppl/README.md)

-- RustAPI - [A RESTful RustAPI](../Projects/RustAPI/README.md).

-- ToDoEmail - A [Rust TO_DO_App](../Projects/ToDoEmail/README.md) that sends a to do list to an email.

-- Rust_SCM - A [Rust SCM Tool](../Projects/Rust_SCM/README.md).

-- Fortran IDE - A [Fortran IDE](../Projects/Fortran IDE/README.md). made with Rust and Bazel.

-- [**DocsGen**](https://github.com/josephkb87/docsgen) - A Documentation Generator made with Rust and OCaml.


#### [Docs](..docs/)

* [About Me] (https://github.com/josephkb87)
* [About Rust Beginners](../docs/README.md)
* [About Me](https://github.com/josephkb87)
* [AUTHORS](../docs/AUTHORS.md)
* [Rust Worked Examples](https://github.com/josephkb87/Beginners/tree/main/RustWorkedExamples/README.md)
* [Rust Projects](https://github.com/josephkb87/RustBeginners/tree/main/Projects/README.md)
* [About Rust Beginners](../README.md)
* [CHANGELOG](../docs/CHANGELOG.md)
* [AUTHORS](../docs/AUTHORS.md)
* [Contribute](../docs/CONTRIBUTING.md)
* [Pull Requests](../docs/blob/PRs.md)
* [SECURITY](../docs/SECURITY.md)
Expand Down
Loading