Jonas Platte
85b6fd49c7
Upgrade most example dependencies ( #2936 )
2024-09-27 18:50:52 +02:00
Jonas Platte
2fb6cea732
Remove unused dependencies from examples ( #2934 )
2024-09-25 03:44:47 -04:00
Chris Pick
035c8a36b5
Fix a few typos in docs and comments ( #2808 )
2024-06-27 08:45:57 +02:00
David Pedersen
43b14a5f02
Update to latest versions of hyper and http-body ( #1882 )
...
Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2023-11-23 11:03:03 +00:00
Yuri Astrakhan
786329d85d
Use inline format args ( #2232 )
2023-09-19 06:51:57 +00:00
David Pedersen
c97967252d
Add serve
function and remove Server
re-export ( #1868 )
2023-04-21 17:45:31 +02:00
David Pedersen
6703f8634c
Remove B
type param: Follow ups ( #1789 )
...
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
2023-04-21 17:45:31 +02:00
David Pedersen
24f8dc53f4
Update rest-grpc-multiplex
example to include reflection ( #1902 )
2023-04-01 20:49:36 +02:00
Jonas Platte
dc480f7b0e
Re-integrate examples into the root workspace ( #1466 )
...
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-10 12:02:11 +01:00
tottoto
b07918b213
Update to tonic 0.8 ( #1700 )
2023-01-20 10:34:44 +01:00
tottoto
6c133be5b7
Refactor initializing tracing-subscriber in examples ( #1596 )
...
* Refactor initializing tracing-subscriber
* Revert "Refactor initializing tracing-subscriber"
This reverts commit 0876260bf9
in favor of tracing_subscriber::registry.
* Use EnvFilter::try_from_default_env in chat example
* Use EnvFilter::try_from_default_env in examples
2022-11-30 10:46:19 +01:00
tottoto
2c74c538dd
Fix clippy warning in example ( #1597 )
2022-11-29 23:39:11 +00:00
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