I was interested in investigating this crate as a potential replacement for my usage of chrono and chrono_tz, but noted that it doesn't have any facility for formatting a date in a human-readable form. I presume that the idea would be to use the icu_datetime and icu_locale crates as the basis for doing that, but is there a recommended "ramp" for converting Temporal values into the appropriate ICU types?
Could Temporal provide appropriate functions (perhaps gated behind a feature flag) that either allowed conversion to those ICU types or access to the ICU formatters?