In this new version:
* CLI support is introduced, so you can run `csv-trim your_input.csv your_output.csv` and be done with it
* Extended support for NaN-like characters, including several UTF NaN-like characters provided from [ugly_csv_generator](https://github.com/LucaCappelletti94/ugly_csv_generator), such as � or 无
* Extended support for space-like characters, including several UTF space-like characters provided from [ugly_csv_generator](https://github.com/LucaCappelletti94/ugly_csv_generator). I cannot show these because they all look like spaces, but there are like 20 of them!
Ciao!