broadcasts on index page
Some checks failed
test / cargo test (push) Failing after 1m9s

This commit is contained in:
2024-10-03 20:59:01 +02:00
parent ceb3f4b89d
commit 2a043ae823
10 changed files with 110 additions and 22 deletions

View File

@ -32,6 +32,7 @@ where
}
}
#[derive(Clone)]
pub struct ParseResult<Metadata> {
pub body: String,
pub metadata: Metadata,