Registry / utility / safecoin-clap-utils

safecoin-clap-utils

JSON →
library1.14.17rscratesunverified

Safecoin utilities for the clap

# Cargo.toml [dependencies] safecoin-clap-utils = "1.14.17"
INSTALL
IMPORT
SIG · SAFECOIN-CLAP-UTIL
S
safecoin-clap-utils
utilityrustv1.14.17
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_path
use safecoin_clap_utils::keypair::keypair_from_path;

Provides CLI argument parsing utilities for Safecoin.

use safecoin_clap_utils::keypair::keypair_from_path; fn main() { let keypair = keypair_from_path("/path/to/keypair.json").unwrap(); println!("{:?}", keypair.pubkey()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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