Crates.io | micro-solana-client |
lib.rs | micro-solana-client |
version | |
source | src |
created_at | 2025-05-07 22:15:22.966768+00 |
updated_at | 2025-05-07 22:40:36.416055+00 |
description | Tools for interacting with Solana/Anchor |
homepage | |
repository | https://github.com/Daniel-Aaron-Bloom/micro-solana-client |
max_upload_size | |
id | 1664599 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
Licensed under MIT license (LICENSE or https://opensource.org/licenses/MIT)