Releases: dbohdan/csv2html
Releases · dbohdan/csv2html
v3.1.1
v3.1.0
v3.0.1
v3.0.0
This is the Rust rewrite of csv2html. Now it can be shipped as a small static binary.
All command line functionality should be preserved. However, from a user's perspective this is not quite a refactor because some functionality has changed:
- The input file argument is optional. If no input file path is given or it is
-
, csv2html reads from the standard input. - There are more newlines in the output HTML. I think this improves how the output looks.
- The CSV parser may work differently from Python's. It does not break anything for me and parses my data identically. Please report if it breaks something for you.