micro-solana-client

Crates.iomicro-solana-client
lib.rsmicro-solana-client
version
sourcesrc
created_at2025-05-07 22:15:22.966768+00
updated_at2025-05-07 22:40:36.416055+00
descriptionTools for interacting with Solana/Anchor
homepage
repositoryhttps://github.com/Daniel-Aaron-Bloom/micro-solana-client
max_upload_size
id1664599
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`
size0
(Daniel-Aaron-Bloom)

documentation

https://docs.rs/micro-solana-client

README

micro-solana-client

github crates.io docs.rs build status

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 or https://opensource.org/licenses/MIT)

Commit count: 0

cargo fmt