Skip to content

Commit

Permalink
batteries
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jun 20, 2023
1 parent 4aca30c commit d4cf41a
Show file tree
Hide file tree
Showing 428 changed files with 57,767 additions and 58,721 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion components/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ databake = { version = "0.1.3", path = "../../utils/databake", features = ["deri
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }

icu_calendar_data = { path = "data", optional = true }
icu_locid_transform = { path = "../../components/locid_transform", features = ["data"], optional = true }

[dev-dependencies]
criterion = "0.4"
Expand All @@ -53,7 +54,7 @@ std = ["icu_provider/std", "icu_locid/std"]
serde = ["dep:serde", "zerovec/serde", "tinystr/serde", "icu_provider/serde"]
datagen = ["serde", "dep:databake", "zerovec/databake", "tinystr/databake"]
bench = []
data = ["dep:icu_calendar_data"]
data = ["dep:icu_calendar_data", "dep:icu_locid_transform"]

[package.metadata.cargo-all-features]
# Bench feature gets tested separately and is only relevant for CI
Expand Down
1 change: 1 addition & 0 deletions components/calendar/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"pretty": true
}
},
"fallback": "Runtime",
"overwrite": true
}
14 changes: 4 additions & 10 deletions components/calendar/data/data/macros/calendar_japanese_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions components/calendar/data/data/macros/calendar_japanext_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 21 additions & 15 deletions components/calendar/data/data/macros/datetime_week_data_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/collator/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"pretty": true
}
},
"fallback": "Runtime",
"overwrite": true
}
171 changes: 90 additions & 81 deletions components/collator/data/data/macros/collator_data_v1.data.rs

Large diffs are not rendered by default.

14 changes: 4 additions & 10 deletions components/collator/data/data/macros/collator_dia_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions components/collator/data/data/macros/collator_jamo_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4cf41a

Please sign in to comment.