refine string functions in stdlib

This commit is contained in:
Mark
2024-01-31 19:20:22 +01:00
parent 58706c4539
commit 42ca5ae3f0
2 changed files with 74 additions and 135 deletions

View File

@@ -7,6 +7,7 @@ use crate::{
program::run::CheckInfo,
};
pub mod util;
pub mod with_base;
pub mod with_command_running;
pub mod with_get;