[ox] Add StringView, Writer system, Preloader system

This commit is contained in:
2022-11-30 01:45:11 -06:00
parent 98f35140fe
commit cbb496c59f
64 changed files with 2343 additions and 417 deletions

View File

@@ -90,10 +90,12 @@ install(
new.hpp
optional.hpp
random.hpp
serialize.hpp
std.hpp
stddef.hpp
stacktrace.hpp
string.hpp
stringview.hpp
strongint.hpp
strops.hpp
trace.hpp
@@ -102,6 +104,7 @@ install(
typetraits.hpp
units.hpp
vector.hpp
writer.hpp
DESTINATION
include/ox/std
)