solana-program-option 2.1.2

A C representation of Rust's Option, used in Solana programs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "solana-program-option"
description = "A C representation of Rust's Option, used in Solana programs."
documentation = "https://docs.rs/solana-program-option"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

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