1
1
---
2
2
layout : post
3
3
tags : [post]
4
- title :
5
- " Temporal_rs is here! The calendar and time zone aware date/time
6
- library powering Temporal in Boa, Kiesel, and V8"
7
- description :
8
- A release post for temporal_rs, a calendar and time zone aware Rust
4
+ title : " Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8"
5
+ description : A release post for temporal_rs, a calendar and time zone aware Rust
9
6
date/time library that powers Temporal implementations in Boa, Kiesel,
10
7
and V8, along with any native Rust project.
11
8
authors : temporal-dev
@@ -14,7 +11,7 @@ authors: temporal-dev
14
11
![ clock banner] ( ./img/clock-banner.jpg )
15
12
16
13
After almost 2+ years of development, we're pleased to announce the 0.1
17
- release of ` temporal_rs ` . A calendar and time zone aware Rust date/time
14
+ release of [ ` temporal_rs ` ] ( https://github.com/boa-dev/temporal ) . A calendar and time zone aware Rust date/time
18
15
library based on ECMAScript's [ Temporal API] [ mdn ] .
19
16
20
17
` temporal_rs ` is a highly conformant implementation of the Temporal API
@@ -409,8 +406,7 @@ Also, a huge thanks to all the Temporal champions for all their work on
409
406
the specification, as well as the ICU4X project for their incredible
410
407
ongoing work on calendars and all things i18n related.
411
408
412
- [ mdn] :
413
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
409
+ [ mdn ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
414
410
[ v8-site ] : https://v8.dev/
415
411
[ kiesel-site ] : https://kiesel.dev/
416
412
[ yavashark-repo ] : https://github.com/Sharktheone/yavashark
0 commit comments