Posts tagged with "#rust"

Rust Extension Methods

Rust’s standard library is small. It was designed to be. This is why some functionalities appear to be missing and some snippets feel long. Let’s see how extension methods can help.

Read more

Tic Tac Toe With Rust

Disclaimer: The solution bellow works, but there are many cut corners. This is because I am learning Rust. Don’t hesitate to improve my solution in the comments, or on GitHub.

Read more

Exercism Driven Learning

I often get distracted by new things to study. Some are rather old, Erlang, Haskell, and others are fairly new, PureScript, Rust. I am not looking to master these skills, but at least understand how to use them.

Read more

Cross Compiling Rust With Docker

I haven’t played with embedded systems since college. My group and I built a wonderful little vehicle. It could follow a line, traverse an obstacle course, and pick up balls along the way. Pretty standard for a college project, but still quite fun to build.

Read more