elv 0.13.2

A little CLI helper for Advent of Code. 🎄
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contribution

Contributions are welcome!

## Help

If something is not working as expected, or you have an idea for an improvement,
feel free to contact me at: `konrad.pagacz@gmail.com`, open an issue or a pull
request.

## Some conventions

### Visibility and privacy of structures

1. The default visibility of structures is `private`. Export structures as public only if needed.

1. Only reexport structures at the top level of the crate for easier access for users.