Registry / other / shank
library0.4.8rscratesunverified

Provides macros to annotate Rust programs for generating Solita-compatible IDL to create program SDKs.

# Cargo.toml [dependencies] shank = "0.4.8"
INSTALL
IMPORT
SIG · SHANK
S
shank
otherrustv0.4.8
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.

ShankAccount
use shank::ShankAccount;

Annotates a struct with ShankAccount to generate IDL metadata for Solana program SDKs.

use shank::ShankAccount; #[derive(ShankAccount)] pub struct MyAccount { pub data: u64, }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shank — cargo add shank · libregistry