elves

Crates.ioelves
lib.rselves
version0.2.1
sourcesrc
created_at2022-12-21 20:34:22.042696
updated_at2022-12-25 11:06:33.574118
descriptionUtils for advent of code
homepage
repositoryhttps://github.com/janezicmatej/elves.git
max_upload_size
id743451
size6,726
Matej Janežič (janezicmatej)

documentation

README

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.

Commit count: 9

cargo fmt