mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
4ff5e409e3
* 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>
3 lines
82 B
Rust
3 lines
82 B
Rust
fn main() {
|
|
tonic_build::compile_protos("proto/helloworld.proto").unwrap();
|
|
}
|