improve debuggability

more Debug-derives, trace/verbose, …
This commit is contained in:
nobody 2024-08-18 02:30:39 +02:00 committed by murmeldin
parent 4686eff0d4
commit 12501c8c73
3 changed files with 113 additions and 16 deletions

View file

@ -10,6 +10,7 @@ use std::collections::BTreeSet;
use std::error::Error;
/// Defines a day within the month. Negative numbers count from the end.
#[derive(Debug, Clone, Copy)]
pub enum DaySpec {
/// nth day, no matter the weekday
DayOfMonth(i32),