Skip to content

ashaduri_csv_parser-1.0.0

Latest
Compare
Choose a tag to compare
@ashaduri ashaduri released this 04 Jan 11:56
· 6 commits to main since this release

Changes:

  • Support for parsing a matrix into a row- and column-major-ordered 1D vector. This is especially useful for numeric data.
  • Support for floating point and integral types in containers, when these containers are passed to parsing functions.
  • Support for compile-time "quote-cleaning" of strings.
  • This release introduces incompatible changes (mainly renaming of functions). No silent breakages are introduced - the compiler will catch all incompatibilities.
  • Updated examples.