Hi, thanks for making this cool project! I normally scaffold out serverlessfunctions for other programming languages using "serverless create" with the -t flag to tell it you want to use a template. If you pass in a template that doesn't exist you can see all available templates:

It's interesting that the only "rust" related template here is "cloudflare-workers-rust". Is was very confusing me then to later learn that this project exists and does indeed use the serverless framework cli somehow...
So, I am wondering- why is this not a template in serverless create? Is that in the roadmap to add it? Thanks!
Hi, thanks for making this cool project! I normally scaffold out serverlessfunctions for other programming languages using "serverless create" with the -t flag to tell it you want to use a template. If you pass in a template that doesn't exist you can see all available templates:
It's interesting that the only "rust" related template here is "cloudflare-workers-rust". Is was very confusing me then to later learn that this project exists and does indeed use the serverless framework cli somehow...
So, I am wondering- why is this not a template in serverless create? Is that in the roadmap to add it? Thanks!