Docs.rs
solana-program-option-2.1.2
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana-program-option 2.1.2
A C representation of Rust's Option, used in Solana programs.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
36
out of
36
items documented
2
out of
34
items with examples
Size
Source code size: 32.22 kB
Documentation size: 230.05 kB
Links
Homepage
anza-xyz/agave
444
217
205
crates.io
Dependencies
—
Versions
2.1.2
2.1.1
2.1.0
0.0.2
0.0.1
Owners
A C representation of Rust's `Option`, used across the FFI boundary for Solana program interfaces. This implementation mostly matches `std::option` except iterators since the iteration trait requires returning `std::option::Option`