File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# inifile-cpp
22![ License] ( https://img.shields.io/packagist/l/doctrine/orm.svg )
3- ![ CMake] ( https://github.com/Rookfighter/inifile-cpp/workflows/CMake/badge.svg )
3+ [ ![ CMake] ( https://github.com/Rookfighter/inifile-cpp/workflows/CMake/badge.svg )] ( https://github.com/Rookfighter/inifile-cpp/actions/workflows/cmake.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/Rookfighter/inifile-cpp/graph/badge.svg?token=39FL0C8NRK )] ( https://codecov.io/gh/Rookfighter/inifile-cpp )
45
56``` inifile-cpp ``` is a simple and easy to use single header-only ini file en- and decoder for C++.
67
@@ -116,6 +117,7 @@ Natively supported types are:
116117* ``` double ```
117118* ``` std::string ```
118119* ``` const char * ```
120+ * ``` std::string_view ```
119121
120122Custom type conversions can be added by implementing specialized template of the ``` ini::Convert<T> ``` functor (see examples).
121123
@@ -234,11 +236,11 @@ namespace ini
234236}
235237```
236238
237- ## Contributors
239+ ## Contributing
238240
239- Thanks to all contributors for extending, improving and fixing this small, but seemingly popular library:
241+ If you want to contribute new features or bug fixes, simply file a pull request.
242+ Make sure all CI checks pass, otherwise PRs will not be merged.
240243
241- * [ rjungheinrich] ( https://github.com/rjungheinrich )
242- * [ JGJunghein] ( https://github.com/JGJunghein )
243- * [ antonioborondo] ( https://github.com/antonioborondo )
244- * [ jtikalsky] ( https://github.com/jtikalsky )
244+ ## License
245+
246+ ` inifile-cpp ` is licensed under the [ MIT license] ( https://github.com/Rookfighter/inifile-cpp/blob/main/LICENSE.txt )
You can’t perform that action at this time.
0 commit comments