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

https://github.com/bereket-g/rust-phone-book-cli

Rust phone book CLI
https://github.com/bereket-g/rust-phone-book-cli

Last synced: 2 months ago
JSON representation

Rust phone book CLI

Awesome Lists containing this project

README

        

## Rust phone book CLI

A simple file based phone book cli as a learning project to make hands dirty with rust!

```
>> cargo run phonebook --read --name Lora

Found Contact { phone_number: "704-458-4933", name: "Lora" }
```