Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/solana-idl
Rust Solana IDL types definitions de/serializable with serde
https://github.com/thlorenz/solana-idl
Last synced: 15 days ago
JSON representation
Rust Solana IDL types definitions de/serializable with serde
- Host: GitHub
- URL: https://github.com/thlorenz/solana-idl
- Owner: thlorenz
- Created: 2023-01-04T16:06:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:53:40.000Z (4 months ago)
- Last Synced: 2024-10-18T00:59:27.213Z (20 days ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana IDL
[![Run CI - Test](https://github.com/thlorenz/solana-idl/actions/workflows/ci-test.yml/badge.svg)](https://github.com/thlorenz/solana-idl/actions/workflows/ci-test.yml)
[![Run CI - Format](https://github.com/thlorenz/solana-idl/actions/workflows/ci-fmt.yml/badge.svg)](https://github.com/thlorenz/solana-idl/actions/workflows/ci-fmt.yml)
[![Run CI - Clippy](https://github.com/thlorenz/solana-idl/actions/workflows/ci-clippy.yml/badge.svg)](https://github.com/thlorenz/solana-idl/actions/workflows/ci-clippy.yml)Rust Solana IDL types definitions de/serializable with _serde_ extracted from [shank](https://crates.io/crates/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.```sh
cargo release
```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.```sh
cargo release --execute
```## LICENSE
MIT