Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rust - A Language You'll Love #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

uellenberg
Copy link

@uellenberg uellenberg commented Aug 31, 2024

Hey! This is a series of articles on Rust that I wrote, intended to introduce those new to the language to its syntax and concepts, up to tackling some interesting projects. Most of these articles come with runnable code examples, and users can run their own code in the browser as well. Currently, there are 8 articles in the series (I'll give a description unless the title is descriptive enough):

  • Rust - A Language You'll Love: introducing the Rust language and giving basic examples, but not diving into syntax.
  • Rust Ownership and Borrowing
  • Rust Lifetimes
  • Rust Syntax: covers basic Rust syntax around variables, functions, loops, blocks, and printing.
  • Rust Structs and Traits
  • Rust Mandelbrot Set: build a basic (text-based) Mandelbrot Set (fractal) renderer.
  • Rust Enums
  • Rust Color Mandelbrot Set: an iteration of the previous project, building a Mandelbrot Set renderer that outputs pictures with color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant