From b28cf4f042d316f3cd5989dd78f4772c794b2460 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 27 Aug 2025 23:40:46 +0200 Subject: Remove ncount and ngrep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were theoretical tools that could be provided, but I have neither had the time, or their perceived functionality has been moved into other crates. Hence, just remove them. Signed-off-by: Miquel Sabaté Solà --- crates/ncount/src/main.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 crates/ncount/src/main.rs (limited to 'crates/ncount/src') diff --git a/crates/ncount/src/main.rs b/crates/ncount/src/main.rs deleted file mode 100644 index b70f821..0000000 --- a/crates/ncount/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("TBD"); -} -- cgit v1.2.3