refactored rule loading

This commit is contained in:
Mick Grove 2025-08-15 13:13:33 -07:00
commit 5b8e83f5e7
7 changed files with 609 additions and 73 deletions

View file

@ -141,14 +141,4 @@ pub struct CommitMetadata {
#[serde(with = "TextTime")]
pub committer_timestamp: Time,
// #[serde(with = "BStringLossyUtf8")]
// pub author_name: BString,
// #[serde(with = "BStringLossyUtf8")]
// pub author_email: BString,
// #[serde(with = "TextTime")]
// pub author_timestamp: Time,
// #[serde(with = "BStringLossyUtf8")]
// pub message: BString,
}