Registry / utility / solana-clap-utils

solana-clap-utils

JSON →
library3.1.14rscratesunverified

Solana utilities for the clap command-line argument parser.

# Cargo.toml [dependencies] solana-clap-utils = "3.1.14"
INSTALL
IMPORT
SIG · SOLANA-CLAP-UTILS
S
solana-clap-utils
utilityrustv3.1.14
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 solana_clap_utils::keypair::keypair_from_seed_phrase;

Parses a keypair from a seed phrase using Solana utilities.

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

No known issues recorded.

Upgrade
Version history
3.1.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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