actix-rest 0.0.0

Micro layer above actix-web to build REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "actix-rest"
version = "0.0.0"
description = "Micro layer above actix-web to build REST API"
authors = ["Sergey Sova <mail@sergeysova.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/sergeysova/actix-rest.git"
exclude = [".gitignore", ".travis.yml"]
categories = ["network-programming", "asynchronous", "web-programming::http-server"]

[dependencies]
serde = "1.0"
serde_json = "1.0"
actix-web = "0.7.17"