Crates.io | temporal_rs |
lib.rs | temporal_rs |
version | 0.0.3 |
source | src |
created_at | 2024-02-25 19:28:21.061191 |
updated_at | 2024-07-08 12:16:47.335984 |
description | Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust. |
homepage | |
repository | https://github.com/boa-dev/temporal |
max_upload_size | |
id | 1152726 |
size | 355,937 |
:warning: This crate is highly experimental and NOT stable. We cannot make any guarantee that the API will be stable until 0.1.0
. Do not use in production without extreme caution :warning:
Temporal
is a calendar and timezone aware date/time library that is currently being designed and proposed as a new
builtin to the ECMAScript
specification.
This crate is an implementation of Temporal
in Rust. While initially developed for Boa
, the crate has been externalized
as we intended to make an engine agnostic and general usage implementation of Temporal
and its algorithms.
Relevent links regarding Temporal can be found below.
Temporal Documentation | Temporal Specification | Temporal Repository
This project is open source and welcomes anyone interested to participate. Please see CONTRIBUTING.md for more information.
Feel free to contact us on Discord.
This project is licensed under the Apache or MIT licenses, at your option.