Alexandre Faria
Alexandre Faria
Have you tried using patches? I add this on my Cargo.toml to override all my workers-rs dependencies: [patch.crates-io] worker = { git = "https://github.com/spigaz/workers-rs.git" } I believe you might be...
A while back they announced on twitter that support for other languages was coming: https://twitter.com/eastdakota/status/1720454051660194195 I'm guessing they plan to release some kind of workers-wasm. I'm not sure when I'm...
That's awesome! I had already seen it. I might try to merge to my fork them when I get there. Thanks! My experience has been that too, it always seems...
@Boscop There alternative for now is for you to fork it and use the forked version which is very easy to use in rust. I believe its because they diverted...
> I created a draft PR based on @spigaz' fork: #472 My fork currently is based on workers-rs latest version, as workers-rs got updated and my R2 changes were merged...
Besides the obvious, that you can always create a fork, merge this change and use the git reference in cargo and off you go. As simple as that... But actually...
I'm giving it a look, some are already working, r2, service-bindings and queues, about half I guess. I had to port some things from the latest version for service-bindings to...
Good news: I only have the D1 tests missing. I expect to continue tomorrow. https://github.com/spigaz/workers-rs/tree/pr-440 Once reviewed, the rebase...
This means #473 > review > rebase...
Well someone already did an adapter for axum: https://logankeenan.com/posts/rust-axum-and-cloudflare-workers/