Grégory Obanos
Results
2
issues of
Grégory Obanos
`cargo-aoc` generate crates with a dependency to `aoc-runner`, so both must be one the same version. A solution is to export `aoc-runner` from user crate and remove `cargo-aoc`'s dependency.
# Context We are using nutype to replicate our frontend validators in the backend. One tricky aspect is string length validation. In the javascript frontend we use `.length` to validate...