Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atb00ker/rust-init

Simple template for a rust application
https://github.com/atb00ker/rust-init

Last synced: about 1 month ago
JSON representation

Simple template for a rust application

Awesome Lists containing this project

README

        

# Project Title

Project Title

## Setup

1. Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed.
2. Clone the repository.
3. Run the following commands:

```sh
cargo build
cargo test
cargo run
```

4. (Optional) To use cargo commands:

```bash
cargo install cargo-commander
# Later: cargo cmd
```

5. (Optional) Auto-restart server

```sh
cargo install cargo-watch
cargo watch -x run
```