Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #39

Merged
merged 1 commit into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# inifile-cpp
![License](https://img.shields.io/packagist/l/doctrine/orm.svg)
![CMake](https://github.com/Rookfighter/inifile-cpp/workflows/CMake/badge.svg)
[![CMake](https://github.com/Rookfighter/inifile-cpp/workflows/CMake/badge.svg)](https://github.com/Rookfighter/inifile-cpp/actions/workflows/cmake.yml)
[![codecov](https://codecov.io/gh/Rookfighter/inifile-cpp/graph/badge.svg?token=39FL0C8NRK)](https://codecov.io/gh/Rookfighter/inifile-cpp)

```inifile-cpp``` is a simple and easy to use single header-only ini file en- and decoder for C++.

Expand Down Expand Up @@ -116,6 +117,7 @@ Natively supported types are:
* ```double```
* ```std::string```
* ```const char *```
* ```std::string_view```

Custom type conversions can be added by implementing specialized template of the ```ini::Convert<T>``` functor (see examples).

Expand Down Expand Up @@ -234,11 +236,11 @@ namespace ini
}
```

## Contributors
## Contributing

Thanks to all contributors for extending, improving and fixing this small, but seemingly popular library:
If you want to contribute new features or bug fixes, simply file a pull request.
Make sure all CI checks pass, otherwise PRs will not be merged.

* [rjungheinrich](https://github.com/rjungheinrich)
* [JGJunghein](https://github.com/JGJunghein)
* [antonioborondo](https://github.com/antonioborondo)
* [jtikalsky](https://github.com/jtikalsky)
## License

`inifile-cpp` is licensed under the [MIT license](https://github.com/Rookfighter/inifile-cpp/blob/main/LICENSE.txt)