[main] support rust program

这个提交包含在:
li zhisheng
2023-05-22 19:27:38 +08:00
父节点 6d557b3c34
当前提交 e2137b896e
共有 5 个文件被更改,包括 34 次插入1 次删除

查看文件

@@ -20,6 +20,7 @@
"解析一个C项目的头文件": "ParseCProjectHeaderFiles",
"解析一个C项目": "ParseCProject",
"解析一个Golang项目": "ParseGolangProject",
"解析一个Rust项目": "ParseRustProject",
"解析一个Java项目": "ParseJavaProject",
"解析一个前端项目": "ParseFrontendProject",
"高阶功能模板函数": "HighOrderFunctionTemplateFunctions",
@@ -216,6 +217,7 @@
"解析整个C++项目头文件": "Parse the entire C++ project header file",
"解析整个C++项目": "Parse the entire C++ project",
"解析整个Go项目": "Parse the entire Go project",
"解析整个Rust项目": "Parse the entire Go project",
"解析整个Java项目": "Parse the entire Java project",
"解析整个前端项目": "Parse the entire front-end project",
"css等": "CSS, etc.",
@@ -1060,6 +1062,7 @@
"找不到任何java文件": "No Java files found",
"找不到任何前端相关文件": "No front-end related files found",
"找不到任何golang文件": "No Golang files found",
"找不到任何rust文件": "No Rust files found",
"找不到任何lua文件": "No Lua files found",
"找不到任何CSharp文件": "No CSharp files found",
"找不到任何文件": "No files found",