docs.rs failed to build bip0039-0.13.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bip0039-0.13.4
bip0039
Another Rust implementation of BIP-0039 standard.
Usage
Generate a random BIP-0039 mnemonic in English.
use ;
// Generates an English mnemonic with 12 words randomly
let mnemonic = generate;
// Or use the default generic type (English) of struct Mnemonic.
let mnemonic = generate;
// Gets the phrase
let phrase = mnemonic.phrase;
// Generates the HD wallet seed from the mnemonic and the passphrase.
let seed = mnemonic.to_seed;
Documentation
See documentation and examples at https://docs.rs/bip0039.
Features
- Support all languages in the BIP-0039 Word Lists
- English
- Japanese
- Korean
- Spanish
- Chinese (Simplified)
- Chinese (Traditional)
- French
- Italian
- Czech
- Portuguese
- Support
no_stdenvironment
Alternatives
License
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.