| Crates.io | enontekio |
| lib.rs | enontekio |
| version | 0.5.0 |
| created_at | 2022-12-08 12:41:27.389865+00 |
| updated_at | 2024-12-13 21:03:46.383661+00 |
| description | Utilities to solve problems with data extraction and manipulation, like Advent of Code puzzles. |
| homepage | |
| repository | https://github.com/dereckson/enontekio/ |
| max_upload_size | |
| id | 732556 |
| size | 28,024 |
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.
Those functions allow to parse a file line by line, and map lines to specific types.
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
Licensed under BSD-2-Clause.