rstropek /
RustyRockets
This repository contains a sample that I used to do an introduction talk about Building Web APIs with Rust and Rocket at the Rust Linz meetup.
Loading repository data…
andyrbell / repository
An introduction to Rust for Java Developers
= Rust for Java Developers workshop
image::images/rust-car.png[Rust logo]
An introduction to the https://www.rust-lang.org/[Rust] programming language for Java developers
Clone this repository then follow the instructions on the link:../../wiki/Lab-part-01[Wiki]
🦀 Install Rust with link:https://rustup.rs[Rustup]
curl https://sh.rustup.rs -sSf | sh
🦀 Install link:https://docs.microsoft.com/en-us/windows/wsl/install-win10[Windows Subsystem for Linux] then follow the Linux instructions above from a WSL terminal
👀 Take a look in ~/.cargo/bin. rustc, cargo and rustup, should have just been installed there, along with the rest of the Rust toolchain.
Setup an IDE of your choice. We strongly recommend the link:https://intellij-rust.github.io[Rust plugin] for Intellij as that's what we'll be coding along with but recognize it's not to everyone's tastes. If you're still determined to use something else, there is a list link:https://github.com/rust-unofficial/awesome-rust#ides[here] which has the usual suspects on it.
image::images/rust-start3.png[align="center", link="../../wiki/Lab-part-01"]
Selected from shared topics, language and repository description—not editorial ratings.
rstropek /
This repository contains a sample that I used to do an introduction talk about Building Web APIs with Rust and Rocket at the Rust Linz meetup.
is-it-ayush /
This is an introduction to rust via doc.rust-lang.org.
levelasquez /
An introduction to rust lang
makiftutuncu /
An introduction to Rust programming language
codebycarlos /
I'm completing the Rustlings course, an introduction to Rust 🦀
Ndeta100 /
An introduction to rust programming language