- rust build nightly using rustup chain command.
a. install rust with this command (Unix like or linux)
b. install rust nightly (version this 1.69 rust stable)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
c. set the rust nightly installation set to defaultrustup install stable
d. install the crate by this commandrustup default stable
or use this commandmake install
# HotReload cargo install cargo-watch
- make
.env
file on the root project folder - setup the env like port or host, etc.
- compile the web app
cargo build
- running the web app service
or prefer the release
cargo run
cargo run --release
-
Notifications
You must be signed in to change notification settings - Fork 0
huzairuje/rust-shorty-challenge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
make micro service to serve compressed url into several strings or we can name it shorty. using rust and use Arc and Mutex in rust (practice not using any database whatsover)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published