# VSTR ## Description String View implementation written in C. ## Table of Contents - [Description](#description) - [Features](#features) - [Installation](#installation) - [Usage](#usage) - [Credits / Resources](#credits--resources) - [License](#license) ## 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](https://www.youtube.com/watch?v=3IAlJSIjvH0)
[Tsoding Daily](https://www.youtube.com/@TsodingDaily)
[Tsoding SV](https://github.com/tsoding/sv)
[Mongoose Webserver](https://github.com/cesanta/mongoose)
## License This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.