-
Hi, I am using tonic for a simple grpc over the UDS. Can you please ELI5 what's the consequence of disabling the |
Beta Was this translation helpful? Give feedback.
Answered by
pronebird
Aug 20, 2025
Replies: 1 comment
-
Ok so I figured that it compiles because |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pronebird
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok so I figured that it compiles because
router
is a default feature. Withdefault-features = false
add_service()
is no longer available so I guess I cannot get rid ofaxum