hpr3519 :: Rust 101: Episode 2 - Rolling With the Errors
In this episode, BlacKernel helps you construct a simple dice rolling application in rust.
Hosted by BlacKernel on Thursday, 2022-01-27 is flagged as Explicit and is released under a CC-BY-SA license.
rust, programming, dice, learning.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr3519
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:53:54
Programming 101.
A series focusing on concepts and the basics of programming
GitLab Repository: https://gitlab.com/BlacKernel/rust-roller
Rust-Roller Dice Roller Tutorial Application
This is a simple dice rolling application that follows along with my Hacker Public Radio course on learning the rust programming language.
I will attempt to make the commits follow the episodes pretty closely with one commit after every episode with the episode number in the commit message.
Usage:
rust-roller <number-of-dice> <number-of-sides-per-die>
Output:
Dice: <value-of-die-1> <value-of-die-2> ...
Total: <sum-of-all-dice-values>
List of Episodes
Rust 101: Episode 0 - What in Tarnishing?
Rust 101: Episode 1 - Hello, World!
Rust 101: Episode 2 - Rolling With the Errors
Contact Info: