Crate temporal_rs

Source
Expand description

The Temporal crate is an implementation of ECMAScript’s Temporal built-in objects.

The crate is being designed with both engine and general use in mind.

Temporal is the Stage 3 proposal for ECMAScript that provides new JS objects and functions for working with dates and times that fully supports time zones and non-gregorian calendars.

This library’s primary source is the Temporal Proposal specification.

Modules§

  • This module implements TemporalError.
  • Native implementation of the Temporal options.
  • This module implements Temporal Date/Time parsing functionality.
  • Partial Date/Time component records.
  • Implementation of the FiniteF64 primitive

Structs§

Enums§

  • A general Sign type.

Constants§

Type Aliases§