BurntSushi / xsv

A fast CSV command line toolkit written in Rust.
The Unlicense
10.23k stars 317 forks source link

Xsv reverse #321

Closed 16arpi closed 1 year ago

16arpi commented 1 year ago

New function in xsv to read csv backwards. A memory efficient way is possible for seekable inputs and a heavy memory way for other kind of inputs (like stdin).