diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-13 07:28:02 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-13 07:28:02 +0800 |
| commit | 95c6b979ca399671eed8bf9c72f53cfe5d46f431 (patch) | |
| tree | 8225b39bee4ad3b7ebc8a36ab978d1329f667eb8 /mingling/src/res.rs | |
| parent | fef888b75b2544765aa06808c14490a2af827313 (diff) | |
Migrate exit code control to resource-based system
Diffstat (limited to 'mingling/src/res.rs')
| -rw-r--r-- | mingling/src/res.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/src/res.rs b/mingling/src/res.rs new file mode 100644 index 0000000..d625f8f --- /dev/null +++ b/mingling/src/res.rs @@ -0,0 +1,2 @@ +mod exit_code; +pub use exit_code::*; |
