Module agera::util

source ·
Expand description

Utilities APIs.

Re-exports

Modules

Macros

  • The main macro provided by this crate. See crate documentation for more information.
  • Initializes a structure without specifying its name.

Structs

  • Wrapper for pointer types that implements by-address comparison.
  • Represents a color containing red, green, blue and alpha channels.
  • Represents red, green, blue and alpha offsets in the range between -255 and 255.
  • Error resulted from parsing a Color from a string.
  • A value which is initialized on the first access.

Traits

  • The LateFormat trait allows substituting string parameters of arbitrary name that is computed at runtime.
  • Provides additional methods for the standard Vec<T> type.

Functions

  • Returns the default value of a type.