update README

This commit is contained in:
ado 2022-03-30 20:18:18 +02:00
parent 420625b25c
commit 031ab5f7fc

View File

@ -69,6 +69,10 @@ Bill (Heath) Gates 65 3.3
* [Conversions can be chained if invalid](#Substitute-conversions) * [Conversions can be chained if invalid](#Substitute-conversions)
* Fast * Fast
# Single header
The library can also be used as a single header with **`ssp.hpp`**, but it sufferes a slight performance loss when converting floating point values since the fast_float library is not present within the file.
# Installation # Installation
```shell ```shell
@ -81,8 +85,6 @@ $ sudo make install
*Note, this will also install the fast_float library* *Note, this will also install the fast_float library*
The library supports [CMake](#Cmake) and [meson](#Meson) build systems The library supports [CMake](#Cmake) and [meson](#Meson) build systems
The library can also be used as a single header with **`ssp.hpp`**, but it sufferes a slight performance loss when converting floating point values since the fast_float library is not present within the header.
# Usage # Usage
## Headers ## Headers