USV has source code examples and also has production-ready library code.
This repository includes USV code examples that demonstrate parsing.
Bash examples:
Python examples:
Rust has a crate in its own repo suitable for production use:
-
cargo install usv
Command line converters:
-
asv-to-usv and usv-to-asv
-
csv-to-usv and usv-to-csv
The Rust code includes tests and benchmarks. We welcome improvements.