Module everscale_types::util
source · Expand description
General stuff.
Structs
- Small on-stack vector of max length N.
- Helper struct to pretty-print hash.
- Helper struct to pretty-print optinal hash.
Traits
- Used to get a mutable reference of the inner type if possible.
Functions
- Brings unlikely to stable rust.
Derive Macros
- Implements [
Clone] for the type. - Implements
Debugfor the type. - Implements [
Eq] and [PartialEq] for the type.