CWayman / rust-for-java-developers

An introduction to Rust for Java Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust for Java Developers workshop

Rust logo

An introduction to the Rust programming language for Java developers

Clone this repository then follow the instructions on the Wiki

Prerequisites

Linux / MacOS

🦀 Install Rust with Rustup

curl https://sh.rustup.rs -sSf | sh

Windows

🦀 Download and run rustup-init.exe


👀 Take a look in ~/.cargo/bin. rustc, cargo and rustup, should have just been installed there, along with the rest of the Rust toolchain.

IDE

Setup an IDE of your choice. We strongly recommend the 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 here which has the usual suspects on it.

rust start3

About

An introduction to Rust for Java Developers


Languages

Language:Rust 100.0%