facet-actix 0.44.0

Glue crate between actix-web and facet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## Facet-actix

Glue code between [facet](https://facet.rs) and [actix-web](https://actix.rs/).

## Features

- Json:
  - Lets you extract json from the payload using the [Json]Json wrapper.
  - Lets you return json using the [Json]Json wrapper.

## Example

See our example [here](https://github.com/irevoire/facet-actix/tree/main/examples/actix_web_server)