keyfork/keyfork-mnemonic-generate/src
Ryan Heywood 76c9214d73
keyfork-mnemonic-util: impl FromStr for Mnemonic
This changes the actual structure of Mnemonic since it requires
exclusively owned types when implementing FromStr. Now, Mnemonic
contains an Arc. Thread safety is required because of the Tokio
multithreaded runtime, hence an Arc instead of an Rc.

This does add some level of burden for people instantiating Mnemonics,
but `Wordlist::arc(self) -> Arc<Self>` has been provided as a
convenience method to make working with mnemonics easier.
2023-08-24 21:56:35 -05:00
..
test keyfork-mnemonic-generate: begin work on tests 2023-08-16 07:42:13 -05:00
main.rs keyfork-mnemonic-util: impl FromStr for Mnemonic 2023-08-24 21:56:35 -05:00
wordlist.txt keyfork-mnemonic-generate: initial commit 2023-08-16 05:43:40 -05:00