From fbfe58c0e7e44824bdb064eff54753b965afda73 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Fri, 3 Jun 2022 19:35:12 +0800 Subject: [PATCH] feat: update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3ddaf0..8244705 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Project or files: │   ├── rocksdb │   ├── rusqlite │   ├── sled +│   ├── sqlite_extersion │   ├── sqlparser │   └── sqlx ├── __diff @@ -82,6 +83,7 @@ Project or files: │   └── svg ├── __lang │   ├── boa +│   ├── monkey-rs │   ├── peg │   ├── pest │   ├── quickjs @@ -126,7 +128,8 @@ Project or files: │   ├── socket2 │   ├── tcp │   ├── tuntapmac -│   └── udp_laminar +│   ├── udp_laminar +│   └── ureq ├── __performance │   └── print_perf ├── __regex @@ -168,6 +171,7 @@ Project or files: │   ├── prettyprint │   ├── rustyline │   ├── structopt +│   ├── tabled │   └── term ├── __time │   ├── chrono @@ -218,7 +222,7 @@ Project or files: ├── vec.rs └── while.rs -188 directories, 33 files +192 directories, 33 files ```