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

https://github.com/eggplants/rust-cmd-practice


https://github.com/eggplants/rust-cmd-practice

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust-cmd-practice

[![Test](

)](

) [![Test Coverage](

)](

)

My practice codes while reading [Command-Line Rust](https://www.oreilly.com/library/view/command-line-rust/9781098109424/) in [Japanese Edition](https://www.oreilly.co.jp//books/9784814400584/).

## TODO

- [x] hello
- [x] echo
- [x] cat
- [x] head
- [ ] wc
- [ ] uniq
- [ ] find
- [ ] cut
- [ ] grep
- [ ] comm
- [ ] tail
- [ ] fortune
- [ ] cal
- [ ] ls

## Environment

```shellsession
$ rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /home/eggplants/.rustup

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu (default)
1.70-x86_64-unknown-linux-gnu
1.71-x86_64-unknown-linux-gnu

active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
rustc 1.76.0 (07dca489a 2024-02-04)
```