11---
22layout : post
33tags : [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
96 date/time library that powers Temporal implementations in Boa, Kiesel,
107 and V8, along with any native Rust project.
118authors : temporal-dev
@@ -14,7 +11,7 @@ authors: temporal-dev
1411![ clock banner] ( ./img/clock-banner.jpg )
1512
1613After 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
1815library based on ECMAScript's [ Temporal API] [ mdn ] .
1916
2017` 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
409406the specification, as well as the ICU4X project for their incredible
410407ongoing work on calendars and all things i18n related.
411408
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
414410[ v8-site ] : https://v8.dev/
415411[ kiesel-site ] : https://kiesel.dev/
416412[ yavashark-repo ] : https://github.com/Sharktheone/yavashark
0 commit comments