Crate tea_dtype

Crate tea_dtype 

Source

Re-exports§

pub use tea_time as time;

Modules§

unit

Structs§

CrDateTime
ISO 8601 combined date and time with time zone.
DateTime
Represents a date and time with a specific time unit precision.
Time
Represents a time of day with nanosecond precision.
TimeDelta
Represents a duration of time with both months and a more precise duration.
Utc
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§

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

Traits§

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