hpl-noop

Crates.iohpl-noop
lib.rshpl-noop
version
sourcesrc
created_at2025-02-20 14:25:45.535603+00
updated_at2025-03-19 03:02:43.588675+00
descriptionHoneycomb Fork of Solana Program Library No-op Program
homepage
repositoryhttps://github.com/solana-labs/solana-program-library
max_upload_size
id1562674
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | 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
Sultan Nadeem (sultandilaram)

documentation

README

Solana

SPL Noop Rust SDK

This crate provides a wrapper for invoking spl-noop, which does nothing. It's primary use is circumventing log truncation when emitting application data by invoke-ing spl-noop with event data.

spl-noop and this crate's implementation are targeted towards supporting account-compression and may be subject to change.

Commit count: 5993

cargo fmt