https://github.com/solidiquis/my_first_rust_program
Looking for constructive criticism for my first Rust program, which is basically the unix command "grep" written in Rust.
https://github.com/solidiquis/my_first_rust_program
Last synced: 10 months ago
JSON representation
Looking for constructive criticism for my first Rust program, which is basically the unix command "grep" written in Rust.
- Host: GitHub
- URL: https://github.com/solidiquis/my_first_rust_program
- Owner: solidiquis
- Created: 2021-05-15T01:28:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T01:31:57.000Z (about 5 years ago)
- Last Synced: 2025-01-14T06:29:17.248Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My First Rust Program
Looking for constructive criticism for my first Rust program, which is basically the unix command "grep" written in Rust.
## Usage