mirror of
https://github.com/BurntSushi/jiff.git
synced 2025-12-23 08:47:45 +00:00
This basically does what is necessary to get everything compiled and tests passing. We'll add on time zone and offset stuff in a subsequent commit. Note that we now depend on `icu_calendar` and `icu_time` directly, with the latter being optional (but enabled by default). In particular, one can do useful things with just conversions to dates with `icu_calendar`. But I expect most folks will want both. |
||
|---|---|---|
| .. | ||
| jiff-debug | ||
| test | ||
| test-all | ||
| test-default | ||
| test-examples | ||
| test-integrations | ||
| test-only-bundle | ||
| test-only-core | ||
| test-various-feature-combos | ||
| test-wasm | ||