File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ int main(int argc, char** argv) {
26
26
27
27
```
28
28
29
- ## How use this library?
29
+ ## ❓ How to use this library?
30
30
31
31
Simple just include it and before the include directive add `#define STRING_VIEW_IMPLEMENTATION`.
32
32
No linking or stuff like that is needed.
@@ -54,7 +54,7 @@ No linking or stuff like that is needed.
54
54
> }
55
55
> ```
56
56
57
- ## Documentation
57
+ ## 📑 Documentation
58
58
59
59
The full documentation is situated inside the [string_view.h](./string_view.h) file.
60
60
@@ -100,5 +100,9 @@ The full documentation is situated inside the [string_view.h](./string_view.h) f
100
100
> |----------------------------------|-------------------------------------------------------|
101
101
> | `string_view_contains_char` | Checks if a string view contains a specific character |
102
102
> | `string_view_contains_substring` | Checks if a string view contains a specific substring |
103
- >
103
+
104
+ ## 🔭 Resources
105
+
106
+ - [C++ std::string_view](https://en.cppreference.com/w/cpp/string/basic_string_view)
107
+ - [Tsoding String_View](https://github.com/tsoding/sv)
104
108
You can’t perform that action at this time.
0 commit comments