rialo-s-program-memory 0.2.0

Basic low-level memory operations for Solana.
Documentation
[package]
name = "rialo-s-program-memory"
rust-version = "1.79" # Solana SDK 2.2.1 requirement - see https://github.com/SubzeroLabs/rialo/pull/1484
description = "Basic low-level memory operations for Solana."
documentation = "https://docs.rs/rialo-s-program-memory"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
publish = ["crates-io"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
num-traits = { workspace = true }

[target.'cfg(target_os = "solana")'.dependencies]
rialo-s-define-syscall = { workspace = true }

[lints]
workspace = true