mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 03:15:53 +00:00
By using the std::string_view constructor for std::string, we can avoid the char* constructor, which would require a strlen call in order to determine the string size. This also allows it to work with non-null-terminated strings.
Description
Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Languages
C++
94.2%
C
4.5%
CMake
1.2%