openvm_platform

Module rust_rt

Source
Expand description

This module contains the components required to link a Rust binary.

In particular:

  • It defines an entrypoint ensuring initialization and finalization are done properly.
  • It includes a panic handler.
  • It includes an allocator.

Functionsยง