| Crates.io | fictionary |
| lib.rs | fictionary |
| version | 0.1.2 |
| created_at | 2024-06-23 09:43:34.157699+00 |
| updated_at | 2024-07-03 10:46:42.502614+00 |
| description | A command-line tool that generates non-existent words. |
| homepage | https://github.com/judy2k/fictionary-rs |
| repository | https://github.com/judy2k/fictionary-rs |
| max_upload_size | |
| id | 1281096 |
| size | 4,851,372 |
This is a port of my Fictionary tool to Rust. It currently works, but it's still in the early stages.
The wordlist file is currently loaded (on MacOS) from $HOME/Library/Application Support/uk.co.judy.fictionary/american.fictionary
In rough priority order:
Test fictionary file locations on Linux and Windows!
Write a decent README.
Publish to crates.io?
Make the tests deterministic by setting a random seed.
Document the code.
Different output depending on stdout being a TTY
Continuous Delivery
More comprehensive tests
Distribute as a library for re-use, as well as a binary?
Implement an infinite iterator of generated words.
Package up for installation using Homebrew?