From 778303f0aeef58f1e164afbfdaad5047cd7a2693 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Sun, 9 Nov 2025 08:47:19 -0800 Subject: [PATCH] updated confluent rule with a checksum. Added zuplo rule with a checksum --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index de047db..b52fcd3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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},