update README

This commit is contained in:
ado 2021-02-27 20:46:40 +01:00
parent b7d40b7360
commit ec252c5337

View File

@ -62,16 +62,16 @@ Bill (Heath) Gates 65 3.3
* Easy to use * Easy to use
* Fast * Fast
* No exceptions * No exceptions
* Works with quotes, escapes and spacings * [Works with quotes, escapes and spacings](#Setup)
* Works with values containing new lines * [Works with values containing new lines](#Multiline)
* Columns and rows can be ignored * [Columns and rows can be ignored](#Special-types)
* Works with any type of delimiter * Works with any type of delimiter
* Can return whole objects composed of converted values * Can return whole objects composed of converted values
* Descriptive error handling can be enabled * [Descriptive error handling can be enabled](#Error-handling)
* Restrictions can be added for each column * [Restrictions can be added for each column](#Restrictions)
* Works with `std::optional` and `std::variant` * [Works with `std::optional` and `std::variant`]($Special-types)
* Works with **CRLF** and **LF** * Works with **CRLF** and **LF**
* Conversions can be chained if invalid * [Conversions can be chained if invalid](#Substitute-conversions)
# Installation # Installation