Merge pull request #146 from sawickiap/master

Added https://github.com/sawickiap/str_view - null-termination-aware string-view class
This commit is contained in:
Sean Barrett 2019-05-04 04:31:33 -07:00 committed by GitHub
commit 5be3e38802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,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)
| |**[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
| | [str_view.hpp](https://github.com/sawickiap/str_view) | MIT | C++ |**1**| null-termination-aware string-view class
| | [Obfuscate](https://github.com/adamyaxley/Obfuscate) | **public domain** | C++ |**1**| Guaranteed compile-time string literal obfuscation library for C++14
# tests