Rust
Last updated
Was this helpful?
Last updated
Was this helpful?
You should not send all your application files to .zip
, there are some exceptions, they are:
For more details on how to Compress your Files according to your Operating System, you can see below
Rocket
Rocket is a web framework built in rust, currently it only works in the nightly version of rust
Rocket
Consult the official documentation: https://rocket.rs/
Rocket
for DisCloudCreate anrust-toolchain.toml
file:
This will instruct rustup
to use the nightly
version, and download that version if necessary.
discloud.config
example for Rocket