nsv-cli-0.0.4 is not a library.
NSV, CLI tool
Command-line tool for the NSV (Newline-Separated Values) format.
Installation
To install from crates.io, run
Usage
Sanitize
Clean up files corrupted by Microsoft's software.
# From file
# From stdin
|
The sanitize command:
- Strips UTF-8 BOM
- Normalizes CRLF to LF
- Errors on bare CR or mixed line endings
- NSV-agnostic, can be used on any text file