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
- Host: GitHub
- URL: https://github.com/bereket-g/rust-phone-book-cli
- Owner: Bereket-G
- Created: 2023-01-28T08:00:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T08:09:39.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:31:03.894Z (4 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LoraFound Contact { phone_number: "704-458-4933", name: "Lora" }
```