add wide string format helper

This commit is contained in:
Numbers
2024-05-08 16:49:08 -04:00
parent 15caad3e4a
commit a1379c2696
2 changed files with 30 additions and 1 deletions

View File

@@ -40,4 +40,7 @@ mod time;
pub use time::dur;
mod hash;
pub use hash::*;
pub use hash::*;
mod strings;
pub use strings::*;