From a52c386ac9f4bba8949b98f9c6e24fbd6490d817 Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 25 Feb 2021 22:51:53 +0100 Subject: [PATCH] [skip ci] try bedge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0789b95..26adf01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Static split parser +![example workflow](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-gcc.yml/gcc.svg) + A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. Conversion for floating point values invoked using [fast-float](https://github.com/fastfloat/fast_float) .