enontekio

Crates.ioenontekio
lib.rsenontekio
version0.4.0
sourcesrc
created_at2022-12-08 12:41:27.389865
updated_at2024-12-12 13:19:05.452427
descriptionUtilities to solve problems with data extraction and manipulation, like Advent of Code puzzles.
homepage
repositoryhttps://github.com/dereckson/enontekio/
max_upload_size
id732556
size25,508
Sébastien Santoro (dereckson)

documentation

README

Enontekio

Enontekio is a Rust library containing utilities frequently used to solve problems with data extraction and manipulation, like Advent of Code puzzles.

Enontekïo is a city in Lapland, and as Advent of Code uses the elves' myth, that was a suitable name for this library.

Parser

Those functions allow to parse a file line by line, and map lines to specific types.

Ops

Ranges

Describe how two ranges intersect.

Code is based on a fork of the range-ext crate by Anicka Burova. https://github.com/AnickaBurova/range-ext

License

Licensed under BSD-2-Clause.

Commit count: 12

cargo fmt