diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-18 02:47:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-18 02:47:32 +0800 |
| commit | 0b8e6e7d18abb94bd99553dc1d2b0ba5d4f265ea (patch) | |
| tree | 97a7c3430d56bfcb885cbfff0b011362671dd474 /rola-vcs/src/consts/mod.rs | |
| parent | ebd46942c3fcc7939e5567a797a55198148301ea (diff) | |
refactor: extract shared utilities and add space-system crate
Extract rola-vcs/internal_macros into shared utils crates
(shared_constants, shared_macros, space-system) and implement
the Bucket enum with async space management
Diffstat (limited to 'rola-vcs/src/consts/mod.rs')
| -rw-r--r-- | rola-vcs/src/consts/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rola-vcs/src/consts/mod.rs b/rola-vcs/src/consts/mod.rs deleted file mode 100644 index 8b1113b..0000000 --- a/rola-vcs/src/consts/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -//! Rorolala Constants -//! -//! This module records all constant information for Rorolala - -mod common; -pub use common::*; |
