temporal_native 0.0.1
temporal_native: ^0.0.1 copied to clipboard
TC39 Temporal date/time API for Dart, backed by temporal_rs (Rust) via a Diplomat-generated FFI layer. Immutable, unambiguous date and time types with full IANA timezone and calendar support.
0.0.1 #
Initial release with core Temporal types:
PlainDate— an ISO 8601 calendar date (year, month, day) with no time or timezonePlainTime— a wall-clock time with no date or timezonePlainDateTime— a combined calendar date and wall-clock timeInstant— an exact UTC point in time backed by microseconds since epochTemporalDuration— a duration spanning calendar units (years, months) and time units