updated confluent rule with a checksum. Added zuplo rule with a checksum

This commit is contained in:
Mick Grove 2025-11-09 08:47:19 -08:00
commit 778303f0ae

View file

@ -20,11 +20,12 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
use std::alloc::System;
#[cfg(feature = "system-alloc")]
#[global_allocator]
// static GLOBAL: System = System;
static GLOBAL: System = System;
// use std::alloc::System;
// #[global_allocator]
// static GLOBAL: System = System;
use std::{
io::{IsTerminal, Read},
sync::{Arc, Mutex},