You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope all of you are doing well during these times. I am trying to add the following template that I created into the store if possible. it's build on rocket.rs which is a fairly new networking framework on rust.
Best Regards.
The text was updated successfully, but these errors were encountered:
Hi @mustiikhalil thanks for your interest in submitting to the store.
Please could you compare your repo with the golang-http repo? What differences do you notice?
The primary thing I notice is that there's no README or usage instructions for your template. Should be an easy fix?
Next, all the code should be in a folder named template/rust-rocker/ not in the root folder.
I also don't think your instruction to switch to a non-root user is correct, so your code will execute as root. See how we do that in the official templates and copy the approach.
In our instructions we also talk about how to reference third-party libraries (perhaps Cargo modules?) show an example of this and of a plain handler please.
Ping me when you've had a chance to address of of that.
Hey,
Hope all of you are doing well during these times. I am trying to add the following template that I created into the store if possible. it's build on rocket.rs which is a fairly new networking framework on rust.
Best Regards.
The text was updated successfully, but these errors were encountered: