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

#38 in #advent

Download history 18/week @ 2024-02-26 103/week @ 2024-04-01

103 downloads per month

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

~4–5MB
~84K SLoC