(no title)
ttobi | 2 years ago
Using Rust for a simple tool like this is, of course, a total overkill and something like Python or Go would do the same job with much less code. But I enjoy writing Rust and was already using it to solve the AoC problems :)
I also like the fact that the tool is now very easy to install with Cargo without me having to upload it to some package manager.
The 2000 lines are in the Cargo.lock file, which is generated. The actual config is 18 lines. Of course having that many dependencies is worth criticizing.
No comments yet.