Lyn Scanner Rust Example
Posted on Thu 28 December 2023 in tech
Lyn Scanner
Example parser scanner written in Rust using the Lyn crate. This is part of the 2023 Advent of Code, Day 05.
This scanner is meant to parse data of the of the following format into maps of arrays:
seeds: 79 14 55 13
seed-to-soil map:
50 98 2 …
Continue reading