clone-solana-program-option 2.2.1

A C representation of Rust's Option, used in Solana programs.
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented2 out of 33 items with examples
  • Size
  • Source code size: 32.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 557.19 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • raccoons-bot

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