An open API service indexing awesome lists of open source software.

https://github.com/niftycode/echo2

This is the Rust version of the well known echo command line command.
https://github.com/niftycode/echo2

Last synced: about 1 year ago
JSON representation

This is the Rust version of the well known echo command line command.

Awesome Lists containing this project

README

          

# echo2

This is the Rust version of the well known echo command line command. This program is still under development. It is not intended for productive use, but rather to better understand the Rust programming language.

The focus of this Rust project is to implement a command line parser.