Added https://github.com/sawickiap/str_view - null-termination-aware string-view class
This commit is contained in:
parent
adaf547392
commit
aa49a030d5
|
@ -338,6 +338,7 @@ as C/C++, as this is not an obstacle to most users.)
|
||||||
| | [dfa](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/) | MIT |C/C++| 2 | fast UTF-8 decoder (need a header file)
|
| | [dfa](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/) | MIT |C/C++| 2 | fast UTF-8 decoder (need a header file)
|
||||||
| |**[gb_string.h](https://github.com/gingerBill/gb)** | **public domain** |C/C++|**1**| dynamic strings
|
| |**[gb_string.h](https://github.com/gingerBill/gb)** | **public domain** |C/C++|**1**| dynamic strings
|
||||||
| | [inja.hpp](https://github.com/pantor/inja) | MIT | C++ |**1**| template engine
|
| | [inja.hpp](https://github.com/pantor/inja) | MIT | C++ |**1**| template engine
|
||||||
|
| | [str_view.hpp](https://github.com/sawickiap/str_view) | MIT | C++ |**1**| null-termination-aware string-view class
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
| | library | license | API |files| description
|
| | library | license | API |files| description
|
||||||
|
|
Loading…
Reference in New Issue