π¦Rust
Last updated
Last updated
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
How to compress my files?This feature needs some basic requirements to be able to be used, please check the requirements here before continuing
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