wordrand

Crates.iowordrand
lib.rswordrand
version
sourcesrc
created_at2017-05-23 17:00:38.778391
updated_at2017-08-02 14:52:22.704919
descriptionRandom word generator
homepage
repository
max_upload_size
id15719
Cargo.toml error:TOML parse error at line 6, column 1 | 6 | repositoy = "https://github.com/joshua-stone/wordrand" | ^^^^^^^^^ unknown field `repositoy`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
crypto (github:0xpolygonmiden:crypto)

documentation

README

WordRand

Overview

A simple random word generator written in Rust

Installing

WordRand can be built from source using rustc stable or nightly:

git clone https://github.com/joshua-stone/wordrand
cd wordrand
cargo --release build
Commit count: 0

cargo fmt