https://github.com/vitberget/diceware-rust
https://github.com/vitberget/diceware-rust
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitberget/diceware-rust
- Owner: vitberget
- License: mit
- Created: 2018-04-21T15:06:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T09:06:34.000Z (over 1 year ago)
- Last Synced: 2025-03-06T01:41:19.634Z (over 1 year ago)
- Language: Rust
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diceware-rust
My first project coding in Rust.
Read more about [Diceware](http://world.std.com/%7Ereinhold/diceware.html).
## Build
Install Rust & Cargo, I use [Rustup](https://rustup.rs/).
```bash
cargo build
```
## Install
```bash
cargo install --git "https://github.com/vitberget/diceware-rust.git"
```
or
```bash
cargo install --path .
```
## Use
```bash
diceware-rust
```
## Help
```bash
diceware-rust -h
```