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

https://github.com/zoltan-nz/rust-playground


https://github.com/zoltan-nz/rust-playground

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rust Playground

```
cargo init
```

https://crates.io/crates/cargo-edit
```
cargo install cargo-edit
```

https://github.com/casey/just
```
cargo install just
```

https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
```
cargo install cargo-workspaces
```

```
cargo new app
cargo new --lib my-lib
```

https://github.com/dtolnay/cargo-expand
```
cargo install cargo-expand
```

Linting
```
cargo clippy
```