Registry / utility / miraland-clap-utils

miraland-clap-utils

JSON →
library1.19.2rscratesunverified

Miraland utilities for the clap.

# Cargo.toml [dependencies] miraland-clap-utils = "1.19.2"
INSTALL
IMPORT
SIG · MIRALAND-CLAP-UTIL
M
miraland-clap-utils
utilityrustv1.19.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

keypair_from_seed_phrase
use miraland_clap_utils::keypair::keypair_from_seed_phrase;

Generate a keypair from a seed phrase using clap utilities.

use miraland_clap_utils::keypair::keypair_from_seed_phrase; fn main() { let keypair = keypair_from_seed_phrase("seed phrase", false).unwrap(); println!("Keypair: {:?}", keypair); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
miraland-clap-utils — cargo add miraland-clap-utils · libregistry