Does anyone in this group know the Rust programming language?

I am trying to add a new command to the xsv command set, and the original author has urged me to add the new module to the github archive as he's too busy to add anything now.

See https://github.com/BurntSushi/xsv for the archive for the xsv manager and command set.

The closest command to the new one is the current fixlengths command, see https://github.com/BurntSushi/xsv/blob/master/src/cmd/fixlengths.rs for this module in the Rust programming language.

Actually it shouldn't be too difficult to actually hack up this module to create the new module, since most the pieces are already there.

- Randall


Reply via email to