Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kevin d71334e0f5
Implement `DifferenceInstant` and related refactor (#3568)
10 months ago
..
src Implement `DifferenceInstant` and related refactor (#3568) 10 months ago
ABOUT.md Reestructure repo and CI improvements (#3505) 11 months ago
Cargo.toml Refactor Temporal Calendar API for `AnyCalendar` and fields (#3522) 10 months ago
README.md Reestructure repo and CI improvements (#3505) 11 months ago

README.md

Temporal in Rust

Provides a standard API for working with dates and time.

IMPORTANT NOTE: The Temporal Proposal is still in Stage 3. As such, this crate should be viewed as highly experimental until the proposal has been completely standardized and released.

Goal

The intended goal of this crate is to provide an engine agnostic implementation of ECMAScript's Temporal algorithms.