String view implementation written in C.
include | ||
src | ||
tests | ||
LICENSE | ||
Makefile | ||
README.md |
VSTR
Description
String View implementation written in C.
Table of Contents
Features
- Compare Strings
- Search for Substrings
- Get tokens of substrings
Usage
make test
to build and test project.
make
to build the project.
Credits / Resources
I found these resources extremely helpful.
Voxel Rifts - Arenas, strings and scuffed templates in C
Tsoding Daily
Tsoding SV
Mongoose Webserver
License
This project is licensed under GPLv3 - see the LICENSE file for details.