Module miden_core::utils

source ·

Modules§

  • Feature-based re-export of common string components.
  • A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

  • Creates a Vec containing the arguments.

Structs§

  • A pointer type that uniquely owns a heap allocation of type T.
  • Implements ByteReader trait for a slice of bytes.

Enums§

Traits§

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.
  • Transmutes a vector of n elements into a vector 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.
  • Utility to convert a sequence of bytes to hex.
  • Returns a vector of the specified length with un-initialized memory.
  • Writes a hex string representation of provided bytes into the formatter.