mossaic 0.2.0

Plan and track GitHub contribution art — what today owes to draw your name by December, and whether the year can still be drawn at all
Documentation
1
2
3
4
5
6
7
8
# rustfmt defaults; stable `cargo fmt --all --check` gates CI, so this file
# must only contain options stable rustfmt understands.
#
# `imports_granularity = "Module"` is the preferred import style, but it is a
# nightly-only option. Run `cargo +nightly fmt` locally if you want it applied;
# it stays commented out so stable rustfmt formats the tree identically.
# imports_granularity = "Module"
edition = "2021"