2 Commits

Author SHA1 Message Date
David Pedersen
e84cc6f7f8
Tonic example (#72)
* Tonic example

* Add test for tonic example

* Address review feedback

* Use `impl Trait` for returning the service type
2021-03-21 17:43:25 +01:00
David Pedersen
d8ff7f611d
Warp example (#69)
* Add warp example

* Add some more middlewares

* Add test for warp example

* Does this work?

* Change example so we avoid complex type

* Replace `Database` type alias with struct

* Update examples/warp-key-value-store/README.md

Co-authored-by: Daiki Mizukami <tesaguriguma@gmail.com>

Co-authored-by: Daiki Mizukami <tesaguriguma@gmail.com>
2021-02-25 22:21:24 +01:00