trezoa-program-option 3.1.1

A C representation of Rust's Option, used in Trezoa programs.
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented2 out of 33 items with examples
  • Size
  • Source code size: 44.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 555.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TRZLedgerFoundation

A C representation of Rust's Option, used across the FFI boundary for Trezoa Blockchain program interfaces.

This implementation mostly matches std::option except iterators since the iteration trait requires returning std::option::Option