Replies: 1 comment 1 reply
|
Hey! If you check out the 1.0.0-beta.0 release, I've changed how the macros work so that you can still call the handlers as functions from Rust. They're just regular Rust functions, so it's not possible to remotely call them from another Rust server. But for integration tests it'd work perfectly (this is actually the reason I re-worked them). If you're able to, see if you can upgrade and let me know how it works for you! And thanks for the tip about discussions. I thought they were already enabled but it seems to be just a tab advertising discussions! I'll enable them now :) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey, i was wondering if its possible to make requests to a server built using this library with the same kinda typesafety from a rust client? Mostly i want this just to be able to create integration tests as its a bit hard to at the moment. Also, open up discussions for these kinda questions? :D
All reactions