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
5c58b4ffde09f0c507da9fc0fc25ed44ea334c20
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