Replies: 1 comment 1 reply
-
I'm not sure that |
Beta Was this translation helpful? Give feedback.
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.
-
I need to build a Rest API with Fastly Compute@Edge & it's really Great, but the routing isn't really good because it's based on matching the request path with Rust built-in match. so can I use Actix Router? Also Note that Fastly Compute@Edge Compiles Rust to WebAssembly.
for a reference see the docs & their project template in here:
https://developer.fastly.com/learning/compute/rust/
https://github.com/fastly/compute-starter-kit-rust-default/
Beta Was this translation helpful? Give feedback.
All reactions