It took 10 days of on and off programming with #rust and #ndarray crate to solve #AdventOfCode day 4. It was bizzarely tough.
NDarray is getting there (close to #numpy) but some key features like indexing using arrays and boolean masks was missing. Which made the implementation painful.
https://codeberg.org/ashwinvis/advent-of-code/src/branch/main/2024/examples/day04.rs
Could it be better?