BIP39MnemonicKit for Rust
30-second install
bip39-mnemonic-kit = { git = 'https://github.com/devdasx/bip39-mnemonic-kit', tag = '2.0.1' }
Copy-paste example
use bip39_mnemonic_kit::*;
// validate mnemonic here
Validate
Run the repository CI command for this language before publishing changes.