镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-09 07:56:48 +00:00
[main] support rust program
这个提交包含在:
@@ -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",
|
||||
|
||||
在新工单中引用
屏蔽一个用户