Initial commit

This commit is contained in:
2026-01-17 12:19:24 -06:00
commit a2dbda162f
17 changed files with 563 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# sv
## Description
String View implementation written in c.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
+ Easy strings.
+ Safe access.
+ Clear semantics
## Usage
## Credits / Resources
[Mongoose Webserver](https://mongoose.ws/)<br>
[Tsoding SV](https://github.com/tsoding/sv)<br>
[C Interfaces and Implementations - David Hanson](https://github.com/drh/cii)<br>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.