There are a fair number of APIs that take TimeZoneProvider that I neglected to expose over FFI because I hadn't yet figured out how best to do TimeZoneProvider.
For now, we should expose all their compiled_data versions over FFI. E.g. temporal_capi::...::Instant should have a to_ixdtf_string() method, with a signature similar to
There are a fair number of APIs that take TimeZoneProvider that I neglected to expose over FFI because I hadn't yet figured out how best to do TimeZoneProvider.
For now, we should expose all their
compiled_dataversions over FFI. E.g.temporal_capi::...::Instantshould have ato_ixdtf_string()method, with a signature similar totemporal/src/builtins/compiled/instant.rs
Line 12 in 6cf05ae