string-litev0.0.0
- Updated
String algorithms for C+11 and later in a single-file header-only library
- Project website: https://github.com/martinmoene/string-lite
#Usage
string-lite provides CMake targets:
find_package(string-lite CONFIG REQUIRED)
target_link_libraries(main PRIVATE string-lite::string-lite)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Martin Moene