Module miden_core::utils

source ·

Modules§

Structs§

Enums§

Traits§

  • Defines how primitive values are to be read from Self.
  • Defines how primitive values are to be written into Self.
  • Defines how to deserialize Self from bytes.
  • Defines how to serialize Self into bytes.
  • This trait represents a value that can be converted to a string of hexadecimal digits which represent the raw byte encoding of that value.

Functions§

  • Converts and parses a Bound into an included u64 value.
  • Transmutes a slice of n elements into a slice of n / N elements, each of which is an array of N elements.
  • Returns an array of N vectors initialized with the specified capacity.
  • Returns a Range initialized with the specified start and with end set to start + len.
  • Construct a String containing the hexadecimal representation of bytes
  • Returns a vector of the specified length with un-initialized memory.