enontekio 0.1.2

Utilities to solve problems with data extraction and manipulation, like Advent of Code puzzles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.

## License

Licensed under BSD-2-Clause.