This commit is contained in:
2025-04-05 11:09:49 +02:00
parent 8605e08a65
commit 88e4a2a4b1
3 changed files with 49 additions and 42 deletions

View File

@@ -67,6 +67,9 @@ pub use crate::text::{
dedent, prefix
};
// Re-export TextReplacer functions
pub use text::*;
// Rename copy functions to avoid conflicts
pub use os::copy as os_copy;