https://github.com/nicolargo/rustarena
Rust sandbox
https://github.com/nicolargo/rustarena
Last synced: 3 months ago
JSON representation
Rust sandbox
- Host: GitHub
- URL: https://github.com/nicolargo/rustarena
- Owner: nicolargo
- License: mit
- Created: 2023-03-25T08:49:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T13:22:56.000Z (about 2 years ago)
- Last Synced: 2025-01-26T04:11:36.380Z (5 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Arena
Rust sandbox
- The book: https://doc.rust-lang.org/book/
- Cargo hub: https://crates.io/
- [Rust principles](./PRINCIPLE.md)## Install
```bash
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
```## Create a new program (with Cargo)
```bash
cargo create foo
```## List of interesting crates to be tested
- "PsUtil" for Rust: PsUtil https://crates.io/crates/psutil or SysInfo https://crates.io/crates/sysinfo
- Terminal UI: https://crates.io/crates/tui
- Web UI: Rocket https://rocket.rs/ or Actix https://actix.rs/ or Warp https://crates.io/crates/warp
- Insprire projects: https://github.com/Rigellute/spotify-tui / https://github.com/imsnif/bandwhich