Library for BIP-39 Bitcoin mnemonic codes used in cryptocurrency wallets.
# Cargo.toml
[dependencies]
bip39 = "2.2.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a 12-word BIP-39 mnemonic phrase in English.
Use Mnemonic::generate_in(Language::English, 24) for 24-word phrases.
No dependency data recorded yet.