diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-27 23:40:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-27 23:40:46 +0200 |
| commit | b28cf4f042d316f3cd5989dd78f4772c794b2460 (patch) | |
| tree | ad8b7f20685f067fd70fe37a8dd208fd0694dab2 /crates/ncount/src | |
| parent | 159a4ec4a64a8a5d791f40eb577afcbe7ee7303e (diff) | |
| download | tools.nes-b28cf4f042d316f3cd5989dd78f4772c794b2460.tar.gz tools.nes-b28cf4f042d316f3cd5989dd78f4772c794b2460.zip | |
Remove ncount and ngrep
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à <mikisabate@gmail.com>
Diffstat (limited to 'crates/ncount/src')
| -rw-r--r-- | crates/ncount/src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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"); -} |
