feat: add Rust env namespace

This commit is contained in:
2025-08-14 20:17:02 +08:00
parent bdeaea294f
commit 734cd01da8
5 changed files with 269 additions and 0 deletions

View File

@ -15,6 +15,7 @@ PRIVATE
yycc/string/op.cpp
yycc/patch/fopen.cpp
yycc/rust/panic.cpp
yycc/rust/env.cpp
yycc/windows/com.cpp
#yycc/windows/dialog.cpp
yycc/windows/winfct.cpp
@ -53,6 +54,7 @@ FILES
yycc/rust/panic.hpp
yycc/rust/option.hpp
yycc/rust/result.hpp
yycc/rust/env.hpp
yycc/windows/import_guard_head.hpp
yycc/windows/import_guard_tail.hpp
yycc/windows/com.hpp