diff --git a/module/str.cppm b/module/str.cppm new file mode 100644 index 0000000..f1d960e --- /dev/null +++ b/module/str.cppm @@ -0,0 +1,5 @@ +export module kqm.str; + +export import kqm.str.utf; +export import kqm.str.view; +export import kqm.str.string;