A very basic echo tool written in Rust as part of a learning exercise.
Use cargo to build:
cargo build
./target/debug/echor "hello world"
- Whole project derived from and indebted to Ken Youens-Clark's book Command-Line Rust.
- Git from Linus Torvalds et al.
- .gitignore from Github.
© Martin Paul Eve, 2022. Released under the terms of the MIT License.