shank 0.0.5

Exposes macros to annotate Rust programs to extract solita compatible IDL in order to generate program SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Shank

Entry point to shank crates used to annotate Rust programs in order to extract IDL which is
used by [solita](https://github.com/metaplex-foundation/solita) in order to generate program
SDKs.

## Shank Macro

[Readme]../shank-macro/README.md | [Docs]https://docs.rs/shank_macro

Provides macros used to annotate Solana Rust programs in order to extract an IDL with the shank
CLI.

## LICENSE

Apache-2.0