📄️ address
Provides a way to get address length since it's a
📄️ ascii
The ASCII module defines basic string and char newtypes in Move that verify
📄️ bcs
Utility for converting a Move value to its binary representation in BCS (Binary Canonical
📄️ bit_vector
- Struct BitVector
📄️ debug
Module providing debug functionality.
📄️ fixed_point32
Defines a fixed-point numeric type with a 32-bit integer part and
📄️ hash
Module which defines SHA hashes for byte vectors.
📄️ macros
This module holds shared implementation of macros used in std
📄️ option
This module defines the Option type and its methods to represent and handle an optional value.
📄️ string
The string module defines the String type which represents UTF8 encoded
📄️ type_name
Functionality for converting Move types into values. Use with care!
📄️ u128
- Function max
📄️ u16
- Function max
📄️ u256
- Function max
📄️ u32
- Function max
📄️ u64
- Function max
📄️ u8
- Function max
📄️ vector
A variable-sized container that can hold any type. Indexing is 0-based, and