An open API service indexing awesome lists of open source software.

https://github.com/nicolargo/rustarena

Rust sandbox
https://github.com/nicolargo/rustarena

Last synced: 3 months ago
JSON representation

Rust sandbox

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