Move iterator handling functions to corelibs_iterator, corelibs_hash and corelibs_dump_data modules

Deprecate math helpers in favor of built-in math functions
This commit is contained in:
Clemens Schwaighofer
2026-02-03 18:58:28 +09:00
parent 31086fea53
commit 85063ea5df
16 changed files with 81 additions and 2958 deletions

View File

@@ -12,8 +12,11 @@ dependencies = [
"corelibs-encryption>=1.0.0",
"corelibs-enum-base>=1.0.0",
"corelibs-file>=1.0.0",
"corelibs-hash>=1.0.0",
"corelibs-iterator>=1.0.0",
"corelibs-json>=1.0.0",
"corelibs-regex-checks>=1.0.0",
"corelibs-search>=1.0.0",
"corelibs-stack-trace>=1.0.0",
"corelibs-text-colors>=1.0.0",
"corelibs-var>=1.0.0",