refactor: bring items to top level of files

This commit is contained in:
Lucille L. Blumire 2025-04-17 15:40:54 +01:00
parent b8398ad15f
commit 71a04ad4e2
No known key found for this signature in database
GPG key ID: D168492023622329

View file

@ -65,6 +65,8 @@ impl Display for Rtmr {
}
}
const CHUNK_SIZE: u64 = 1024 * 128;
fn main() -> Result<()> {
let args = Arguments::parse();
tracing::subscriber::set_global_default(setup_logging(
@ -182,7 +184,6 @@ fn main() -> Result<()> {
let mut hasher = Sha384::new();
const CHUNK_SIZE: u64 = 1024 * 128;
loop {
if start >= end {
break;