Expand description
Fundamental datatypes that are implemented in re_types_core directly for convenience and
dependency optimization.
There are also re-exported by re_types.
Structs§
- Datatype: A single boolean.
- Datatype: A path to an entity in the
ChunkStore. - Datatype: A single-precision 32-bit IEEE 754 floating point number.
- Datatype: A double-precision 64-bit IEEE 754 floating point number.
- Datatype: A 64-bit number describing either nanoseconds OR sequence numbers.
- Datatype: Visible time range bounds for a specific timeline.
- Datatype: A 16bit unsigned integer.
- Datatype: A 32bit unsigned integer.
- Datatype: A 64bit unsigned integer.
- Datatype: A string of text, encoded as UTF-8.
- Datatype: Visible time range bounds for a specific timeline.
Enums§
- Datatype: Left or right boundary of a time range.