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: 22 days ago
JSON representation
This is the Rust version of the well known echo command line command.
- Host: GitHub
- URL: https://github.com/niftycode/echo2
- Owner: niftycode
- License: mit
- Created: 2024-02-02T09:33:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T08:11:59.000Z (about 1 year ago)
- Last Synced: 2025-04-13T09:23:55.108Z (about 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.