# xagrs xagrs is an xargs clone in Rust. This is mainly me practicing Rust. _Do now follow me, I'm also lost._ ## Usage You _should_ be able to replace xargs with xagrs: ``` $ echo 'world' | xagrs echo 'hello,' hello, world ```