feat: add template

This commit is contained in:
2020-12-06 11:08:07 +08:00
parent 0e9b83fad1
commit 8b5e9e54c1
7 changed files with 280 additions and 1 deletions

View File

@@ -101,6 +101,8 @@ Project or files:
│   ├── iter
│   ├── ops
│   └── thread
├── __template
│   └── askama
├── __term
│   ├── colored_msg
│   ├── confy_table
@@ -148,7 +150,7 @@ Project or files:
├── vec.rs
└── while.rs
120 directories, 26 files
122 directories, 27 files
```