rusty-diceware

Commandline diceware, with or without dice, written in Rustlang.
git clone https://kaka.farm/~git/rusty-diceware
Log | Files | Refs | README | LICENSE

CHANGELOG.md (358B)


      1 ## v1.2.1
      2 
      3 Derive Clone on Worldlist enum. (Thanks @jcgruenhage!)
      4 
      5 ## v1.1.1
      6 
      7 Moving tests into tests directory. Sorry for the spam.
      8 
      9 ## v1.1.0
     10 
     11 Add tests.
     12 
     13 ## v1.0.0
     14 
     15 No change, just bumping due to a fairly stable looking API.
     16 
     17 ## v0.5.6
     18 
     19 Jan Christian Grünhage (@jcgruenhage) surrounded the wordlists in enums and added optional serde feature. Thank you!