micro-solana-client 0.1.1

Tools for interacting with Solana/Anchor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# micro-solana-client
[![github](https://img.shields.io/badge/Daniel--Aaron--Bloom%2Fmicro--solana--client-8da0cb?style=for-the-badge&logo=github&label=github&labelColor=555555)](https://github.com/Daniel-Aaron-Bloom/micro-solana-client)
[![crates.io](https://img.shields.io/crates/v/micro-solana-client.svg?style=for-the-badge&color=fc8d62&logo=rust)](https://crates.io/crates/micro-solana-client)
[![docs.rs](https://img.shields.io/badge/docs.rs-micro--solana--client-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs)](https://docs.rs/micro-solana-client)
[![build status](https://img.shields.io/github/actions/workflow/status/Daniel-Aaron-Bloom/micro-solana-client/ci.yml?branch=master&style=for-the-badge)](https://github.com/Daniel-Aaron-Bloom/micro-solana-client/actions?query=branch%3Amaster)

A minimal library with for interacting with Solana programs using Anchor IDL files.

The primary innovation of this crate is the ability to parse an individual idl file with a
single macro call.

## License

Licensed under MIT license ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT)