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

https://github.com/jdockerty/wc-rs

Naive implementation of the wc utility in Rust.
https://github.com/jdockerty/wc-rs

rust rust-learning

Last synced: 11 months ago
JSON representation

Naive implementation of the wc utility in Rust.

Awesome Lists containing this project

README

          

# wc-rs

A naive and stripped down implementation of the `wc` tool, entirely for Rust learning purposes.

This is not fully featured, it simply satisfies the [`codingchallenges.fyi`](https://codingchallenges.fyi/challenges/challenge-wc) challenge.