David Pedersen
|
0b26411f39
|
Change Router::with_state and impl Service for Router<()> (#1552)
* Implement `Service` for `Router<(), B>`
* wip
* wip
* fix some tests
* fix examples
* fix doc tests
* clean up docs
* changelog
* fix
* also call `with_state` when converting `MethodRouter` into a `MakeService`
* suggestions from review
|
2022-11-24 14:43:10 +00:00 |
|
Jonas Platte
|
69d64cecc3
|
Split RouterService off of Router (#1381)
|
2022-09-22 12:10:55 +02:00 |
|
David Pedersen
|
93251fa203
|
Bump MSRV to 1.56 and update to the 2021 edition (#1098)
|
2022-06-17 20:11:35 +02:00 |
|
David Pedersen
|
968ee44631
|
Sort dependencies in Cargo.toml s (#1076)
* sort dependencies
* check sorted deps on CI
* this should fail
* does caching matter?
* fix sorting
|
2022-06-10 08:59:17 +02:00 |
|
David Pedersen
|
d1043db254
|
Fix driving readiness for example-rest-grpc-multiplex (#988)
|
2022-05-03 09:21:49 +00:00 |
|
takumi
|
4ff5e409e3
|
Add rest and grpc example (#967)
* Add rest and grpc example
* remove needless dependencies
* Apply suggestions from code review
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
* Update examples/rest-grpc-multiplex/src/main.rs
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
* Update examples/rest-grpc-multiplex/src/main.rs
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
* Update examples/rest-grpc-multiplex/src/multiplex_service.rs
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
* Update examples/rest-grpc-multiplex/Cargo.toml
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
* Update examples/rest-grpc-multiplex/src/multiplex_service.rs
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
* clean noisy code
* fix nitpicks
* missing newline
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
|
2022-05-02 15:52:55 +00:00 |
|