Skip to content
/ Rust Public

Contains code in Rust language using the official book and my own experiments. Book can be found here https://doc.rust-lang.org/stable/book/

Notifications You must be signed in to change notification settings

rstar900/Rust

Repository files navigation

Rust

Contains code in Rust language using the official book and my own experiments. Book can be found here https://doc.rust-lang.org/stable/book/

Important note

Before running any binary, clean and build the project because some binaries are compiled on x86 and some on arm64.
1. cargo clean
2. cargo run (or cargo build)

TODO : Clean the binaries myself and put only step 2 in the repo to avoid confusions and reduce size. Also add more content

About

Contains code in Rust language using the official book and my own experiments. Book can be found here https://doc.rust-lang.org/stable/book/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published