Move userspace to a templated StrFormat.

This commit is contained in:
Drew Galbraith 2023-11-03 02:48:21 -07:00
parent d9df1212b7
commit 26b61db021
25 changed files with 263 additions and 217 deletions

View file

@ -1,6 +1,8 @@
add_library(glacier STATIC
string/string.cpp
string/string_builder.cpp
string/string_view.cpp
string/str_format.cpp
string/str_split.cpp
)