summaryrefslogtreecommitdiff
path: root/examples/rest-grpc-multiplex
AgeCommit message (Expand)Author
2023-03-10Re-integrate examples into the root workspace (#1466)Jonas Platte
2023-01-20Update to tonic 0.8 (#1700)tottoto
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-11-29Fix clippy warning in example (#1597)tottoto
2022-11-24Change `Router::with_state` and `impl Service for Router<()>` (#1552)David Pedersen
2022-09-22Split RouterService off of Router (#1381)Jonas Platte
2022-06-17Bump MSRV to 1.56 and update to the 2021 edition (#1098)David Pedersen
2022-06-10Sort dependencies in `Cargo.toml`s (#1076)David Pedersen
2022-05-03Fix driving readiness for `example-rest-grpc-multiplex` (#988)David Pedersen
2022-05-02Add rest and grpc example (#967)takumi