Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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