6 releases

0.2.1 Dec 25, 2022
0.2.0 Dec 25, 2022
0.1.1 Dec 25, 2022
0.0.2 Dec 21, 2022

#45 in #advent

MIT license

5KB
61 lines

Elves

An Advent Of Code utils crate

Please read the API documentation here.

lint crates.io

How to use with Cargo:

[dependencies]
elves = "0.2.1"

Project goals

  • minimal dependency tree
  • provide a place to store reusable code from past years to reuse in next runs and keep solution repositories clean
  • provide a way to learn how to integrate with crates.io
  • provide a way to experiment with rust dx tool

Workflow

During month of december there will be a develop branch active where I will add code I deem reusable from solutions I write every day. After christmas I will make a new release (pretty much a direct merge from develop into master) so I suggest version locking this library if you somehow find it.


lib.rs:

elves is a collection of common algorithms, parsers, types and traits for advent of code

Dependencies

~5.5MB
~85K SLoC