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-25 00:00:23 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4
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