Crate tea_dtype

source ·

Modules§

Structs§

  • ISO 8601 combined date and time with time zone.
  • Represents a date and time with a specific time unit precision.
  • Represents a time of day with nanosecond precision.
  • Represents a duration of time with both months and a more precise duration.
  • The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).

Enums§

  • Represents the various data types supported by the system.
  • Represents different units of time.

Traits§

  • A trait for types that can be converted to a boolean value.
  • A trait for types that can be cast to another type.
  • A trait for types that can provide their corresponding DataType.
  • A trait for types that can represent a “none” or null-like state.
  • Fused multiply-add. Computes (self * a) + b with only one rounding error, yielding a more accurate result than an unfused multiply-add.
  • A trait representing numeric types with various operations and conversions.
  • Defines a multiplicative identity element for Self.
  • A trait for types representing time units.
  • The common set of methods for time component.
  • Defines an additive identity element for Self.