mossaic 0.7.0

Draw pixel art in your GitHub contribution graph — a terminal chart, an editor, and a planner that says what today owes
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"