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.
- Host: GitHub
- URL: https://github.com/niftycode/echo2
- Owner: niftycode
- License: mit
- Created: 2024-02-02T09:33:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T15:25:46.000Z (about 2 years ago)
- Last Synced: 2024-02-08T16:45:44.913Z (about 2 years ago)
- Language: Rust
- Size: 6.84 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.