From 22e41203fbae1457fefd7872801554d2996de023 Mon Sep 17 00:00:00 2001 From: Jett Chen Date: Sat, 12 Aug 2023 12:05:57 +0800 Subject: [PATCH] Update project structure in readme Async tun is now located at tun/src/tokio . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48264f..7492039 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Apple/ # Xcode project for burrow on macOS and iOS burrow/ # Higher-level API library for tun and tun-async tun/ # Low-level interface to OS networking src/ + tokio/ # Async/Tokio code unix/ # macOS and Linux code windows/ # Windows networking code -tun-async/ # Async interface to tun ``` ## Installation