Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamirmahal/rust-backend


https://github.com/hamirmahal/rust-backend

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

https://actix.rs/docs/getting-started/#hello-world

Add actix-web as a dependency of your project by adding the following to your Cargo.toml file.

```toml
[dependencies]
actix-web = "4"
```