This repo is the example code for the article Pathfinding in Rust: A tutorial with examples on the LogRocket blog. It shows examples of doing breadth-first search, Dijkstra's algorithm, and A* search.