A personal collection of Rust projects exploring systems programming, concurrency, CLI tools, and performance-focused design.
[workspace]
members = [
"rs-basics/hello_rust",
// add more members here
]cargo new rs-basics/hello_rust
cargo new rs-basics/ownership
cargo new projects/cli_appcargo run -p hello_rust
./target/debug/hello_rust| Topic | Source | About |
|---|---|---|
| Rs Basics | Source | Rust Basics |
| Rs Trading | Source | Rust Trading Engine |