Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tennixpl/rustlearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

Rust Learning

Simple repo to tackle understanding rust

Rust Book

Questions

Section 1.2: So what are differences between functions and macros? println!() versus println()

Section 2.0: so how does rand work with thread_rng let secret_number = rand::thread_rng().gen_range(1..=100);

Section 2.0: why does match on guess not need error catching for compiler match guess.cmp(&secret_number)

About

SImple repo to tackle understanding rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /