-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any example using tonic? #15
Comments
I can's say that I have one, although it sounds like there's some work to do to be compatible with tonic's types |
Hey, are there any plans of adding tonic support in any forseeable future? What would be required to do in order to add this kind of support? Is this a matter of adding this to |
Currently we implement traits for Axum’s Body type. We used to implement it for String, but people complained it was too limiting. So we’d either need to do some fancy specialization tricks or find some union between Axum and tonic types
…On Wed, Oct 23, 2024, at 2:30 AM, Michał Andruszkiewicz wrote:
Hey, are there any plans of adding tonic support in any forseeable future? What would be required to do in order to add this kind of support?
—
Reply to this email directly, view it on GitHub <#15 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVBTCKE4SRYQJQOUZXOH4TZ45UDRAVCNFSM6AAAAABQOLXSR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZRGQ3TMMBSGE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to use this with tonic:
I get the following error:
The text was updated successfully, but these errors were encountered: