‹ olav.it

Tag: Rust

Rust sudoku solver

All right, so today I decided to give myself another Rust challenge: A sudoku solver. This was both so that I would have something a bit more challenging to implement, but also, to try benchmarking and optimizing some Rust code.

Rust slugify exercise

The other day I decided to try some Rust again, now that they've reached 1.0. After reading most of Rust By Example, I decided it was time to check if I'd learnt anything.