更名文件夹objects->models,并增添index.rs结构

This commit is contained in:
mrbeanc
2023-12-18 13:42:29 +08:00
parent f55ab0e7a6
commit af5e36c24c
10 changed files with 53 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
use std::collections::HashMap;
type Index = HashMap<String, bool>;
mod cli;
fn main() {
cli::handle_command();