Crate fvm

source ·
Expand description

(Proper package docs coming shortly; for now this is a holding pen for items we must mention).

Logging

This package emits logs using the log façade. Configure the logging backend of your choice during the initialization of the consuming application.

Re-exports

Modules

Macros

  • Convenience macro for generating Actor Errors
  • Create a mapping from enum items to values in a way that guarantees at compile time that we did not miss any member, in any of the prices, even if the enum gets a new member later.

Structs

  • Cid of the empty array Cbor bytes (EMPTY_ARR_BYTES).