/rusty

Learning Rust.

Primary LanguageRust

A collection of personal Rust projects / snippets.

  • Guess the number game A CLI game demonstrating language features.

  • Fibonacci Comparison between a vanilla recursive fibonacci algorithm and a dynamic one using pattern matching and caching using a HashMap.