PrusaSlicer-NonPlainar/src/fast_float
2021-11-23 17:48:35 +01:00
..
fast_float.h Added fast_float library as a replacement for std::from_chars and strtod. 2021-09-11 00:54:30 +02:00
README.md Added README.md file for fast_float library. 2021-11-23 17:48:35 +01:00

The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types.

For more information go to https://github.com/fastfloat/fast_float.

THIS DIRECTORY CONTAINS THE fast_float-2.0.0 fe1ce58 SOURCE DISTRIBUTION.