Docs.rs
solana-program-option-2.1.7
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.7
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
33
items with examples
Size
Source code size: 32.22 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 230.05 kB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
anza-xyz/agave
545
269
250
crates.io
Dependencies
—
Versions
2.1.7
2.1.6
2.1.5
2.1.4
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`