Skip to content
Draft
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
38 changes: 4 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,8 @@
## Rust Projects: RFSystemsCookbook
## Rust Projects:

This Rust Cookbook Projects include;
```
rf-sic/
├── Cargo.toml # Rust workspace
├── rust-backend/
│ ├── src/
│ │ ├── main.rs # Ratatui TUI entry point
│ │ ├── ui/ # Ratatui widgets, layouts, event loop
│ │ ├── rf/ # RF simulation engine (tpt-dsp, rustradio)
│ │ ├── problems/ # 50 problem modules (Rust-native solvers)
│ │ └── python_bridge/ # PyO3 bindings → Python backend
│ └── Cargo.toml
├── python-backend/
│ ├── notebooks/ # Jupyter notebooks (scikit-rf, numpy, scipy)
│ ├── solvers/ # Python RF solvers (link budget, S-params)
│ └── requirements.txt
├── matlab-octave/
│ ├── scripts/ # .m files (Octave-compatible)
│ └── results/
├── docs/
│ ├── NOTES.md # Private reasoning / reference model
│ ├── REPORTS.md # Research details & solution paths
│ ├── WHITEPAPER.md # Funding / standards justification
│ ├── latex/
│ │ └── rf_sic_problems.tex # Shareable LaTeX problem compendium
│ └── problems_index.md # Tabular index of 50 problems
├── .github/workflows/
│ ├── ci.yml # Rust + Python CI (test, lint, deny)
│ └── cd.yml # Release artefacts, Docker, docs
└── README.md
```
These Rust Projects consist of different Projects made with Rust.

## For other Rust Projects go to:
## Go to for:

- RustWebM - A [Rust_WASM WebApp CrossPlatform Tool(Application) for WebSystems Management](../Projects/RustWebApp/README.md)

Expand All @@ -52,7 +22,7 @@ rf-sic/

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

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

* [About Me](https://github.com/josephkb87)
* [AUTHORS](../docs/AUTHORS.md)
Expand Down
Loading