diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-18 20:56:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-18 20:56:05 +0800 |
| commit | 68daa10abfe3015beca966825d32cf67c9f5d5d7 (patch) | |
| tree | c28f0470240e7cdc3748cee57ef74353514c47b7 /rola-utils/functions/src/lib.rs | |
| parent | 669898193bebeadc975881bee496fe0239df76a0 (diff) | |
feat(bucket): implement bucket initialization and logging infrastructure
Add bucket init logic with directory structure creation and log macros
for tracing
Diffstat (limited to 'rola-utils/functions/src/lib.rs')
| -rw-r--r-- | rola-utils/functions/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rola-utils/functions/src/lib.rs b/rola-utils/functions/src/lib.rs index 72d5b9c..92b4f03 100644 --- a/rola-utils/functions/src/lib.rs +++ b/rola-utils/functions/src/lib.rs @@ -6,3 +6,5 @@ pub use levenshtein_distance::*; mod test_sandbox; pub use test_sandbox::*; + +mod log_macros; |
