Skip to content

exu/rust-training

Repository files navigation

rust-training

001 Hello!

To compile use:

rustc 001-hello/main.rs 
./main

Cargo

Go need 9 years to manage deps properly ;) In rust you want to use Cargo:

Creating new project

cargo new some-service 
cd some-service 
cargo run 

Creating new libs

If you add --lib cargo will generate new library project.

Control structures

About

It's time to learn some Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages