40 lines
888 B
Markdown
40 lines
888 B
Markdown
# 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.<br>
|
|
`make` to build the project.
|
|
|
|
|
|
## Credits / Resources
|
|
I found these resources extremely helpful. <br>
|
|
[Voxel Rifts - Arenas, strings and scuffed templates in C](https://www.youtube.com/watch?v=3IAlJSIjvH0)<br>
|
|
[Tsoding Daily](https://www.youtube.com/@TsodingDaily)<br>
|
|
[Tsoding SV](https://github.com/tsoding/sv)<br>
|
|
[Mongoose Webserver](https://github.com/cesanta/mongoose)<br>
|
|
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.
|