Crate neptune_common

source ·

Modules

Macros

This macro prints debug information to the wasm attributes and then exits without sending any additional messages. Additional information is included in the attributes like the function name.
This macro prints debug information to the wasm attributes and then exits without sending any additional messages. Additional information is included in the attributes like the function name.
This module contains the warn! macro. The purpose of this macro is to easily pass warnings as wasm attributes. Additional information is included in the attributes like the function name. Display must be implemented for the expression passed into warn!.