BIP39 Mnemonic seed rust crate

Examples

Basic example of creating a BIP39 mnemonic word phrase and seed

bash cargo run --manifest-path ./examples/basic/Cargo.toml

Import example of creating a BIP39 mnemonic from a phrase and creating seed

bash cargo run --manifest-path ./examples/import/Cargo.toml