This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-21 00:00:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e167cfc325005cd1e17e2a926cecdd4e8b511176
axum
/
examples
/
rest-grpc-multiplex
/
build.rs
T
4 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Add rest and grpc example (
#967
)
2022-05-02 23:52:55 +08:00
fn
main
()
{
tonic_build
::
compile_protos
(
"proto/helloworld.proto"
).
unwrap
();
}
Reference in New Issue
Copy Permalink