Registry / crypto / solders-traits

solders-traits

JSON →
library0.21.0rscratesunverified

A collection of traits and helpers for Solders.

# Cargo.toml [dependencies] solders-traits = "0.21.0"
INSTALL
IMPORT
SIG · SOLDERS-TRAITS
S
solders-traits
cryptorustv0.21.0
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.

Pubkey
use solders_traits::Pubkey;

Creates a new unique public key using Solders traits.

use solders_traits::Pubkey; fn main() { let pk = Pubkey::new_unique(); println!("{}", pk); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
solders-traits — cargo add solders-traits · libregistry