feat: add tests

This commit is contained in:
2024-01-20 21:54:12 +08:00
parent 47830618e4
commit 0d1e08fcd1
2 changed files with 20 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ Project or files:
│   ├── async_await
│   ├── into
│   ├── iter
│   ├── misc
│   ├── ops
│   └── thread
├── __template
@@ -215,6 +216,7 @@ Project or files:
│   ├── colored_msg
│   ├── confy_table
│   ├── cursive-demo
│   ├── dialoguer-demo
│   ├── indicatif
│   ├── prettyprint
│   ├── rustyline
@@ -280,6 +282,6 @@ Project or files:
├── vec.rs
└── while.rs
249 directories, 40 files
251 directories, 40 files
```