4 releases

0.0.4 Jul 28, 2023
0.0.3 Jun 2, 2023
0.0.2 May 25, 2023
0.0.1 Jan 22, 2023

#46 in #idl

Download history 7/week @ 2024-02-25 2/week @ 2024-03-03 76/week @ 2024-03-17 3/week @ 2024-03-24 24/week @ 2024-03-31

91 downloads per month
Used in 2 crates

MIT license

13KB
209 lines

Solana IDL

Rust Solana IDL types definitions de/serializable with serde extracted from shank.

Development

Fork the repo makes some changes and make sure that all is dandy. Then provide a pull request.

If you are a contributor with access to publish to crates.io do the below in order to publish a new version. NOTE that this only works from the master branch and should be performed after merging a PR into master.

cargo release <major|minor|patch>

The above runs all tests and dry-runs the release process. You should verify closely what it is about to do and then re-run the release command as shown below.

cargo release <major|minor|patch> --execute

LICENSE

MIT

Dependencies

~0.4–1MB
~23K SLoC