Skip to content

Commit

Permalink
Adding currency attribute filtering (#5330)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Aug 7, 2024
1 parent 53e80df commit 03382fc
Show file tree
Hide file tree
Showing 5 changed files with 185,401 additions and 598 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ use zerovec::ZeroMap;
pub use crate::provider::Baked;

/// Currency Extended V1 data struct.
#[icu_provider::data_struct(marker(CurrencyExtendedDataV1Marker, "currency/extended@1"))]
#[icu_provider::data_struct(marker(
CurrencyExtendedDataV1Marker,
"currency/extended@1",
attributes_domain = "currency",
))]
#[derive(Debug, Clone, Default, PartialEq)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize))]
#[cfg_attr(
Expand Down
157,980 changes: 157,398 additions & 582 deletions provider/data/experimental/data/currency_extended_data_v1_marker.rs.data

Large diffs are not rendered by default.

Loading

0 comments on commit 03382fc

Please sign in to comment.