mnemonic-generator-0.1.0 has been yanked.
Mnemonic Generator
A lightweight Rust library for generating Docker-like mnemonics.
Installation
Add the following to your Cargo.toml:
[]
= "0.1.0"
Usage
Basic Usage
use MnemonicGenerator;
Custom Word Lists
use MnemonicGenerator;
Error Handling
The library provides a MnemonicError enum to handle potential generation errors:
EmptyWordList: Occurs when no words are available for generating a mnemonic
License
[MIT License]