Crates.io | wordrand |
lib.rs | wordrand |
version | |
source | src |
created_at | 2017-05-23 17:00:38.778391 |
updated_at | 2017-08-02 14:52:22.704919 |
description | Random word generator |
homepage | |
repository | |
max_upload_size | |
id | 15719 |
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` |
size | 0 |
A simple random word generator written in Rust
WordRand can be built from source using rustc stable or nightly:
git clone https://github.com/joshua-stone/wordrand
cd wordrand
cargo --release build