Add a function to recursively list all entries in a directory with tokio.

This commit is contained in:
Tom Alexander
2024-10-18 21:05:29 -04:00
parent 1b740b1f2f
commit 0da375c529
3 changed files with 28 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#![feature(let_chains)]
#![feature(async_closure)]
use std::process::ExitCode;
use clap::Parser;