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

https://github.com/rorm-orm/rorm-actix-web

Template project for rorm with actix-web
https://github.com/rorm-orm/rorm-actix-web

Last synced: 3 months ago
JSON representation

Template project for rorm with actix-web

Awesome Lists containing this project

README

        

# rorm-actix-web

This is a template project for rorm with actix-web.

[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)

## Usage

```bash
cargo generate --git https://github.com/rorm-orm/rorm-actix-web.git
cd my-project
```