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

https://github.com/fitzgen/rust-words

Learning Rust. Read words from stdin and then print each unique word out in order and how many times it was found.
https://github.com/fitzgen/rust-words

Last synced: 6 months ago
JSON representation

Learning Rust. Read words from stdin and then print each unique word out in order and how many times it was found.

Awesome Lists containing this project

README

          

Learning Rust. Read words from stdin and then print each unique word out in
order and how many times it was found.