unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.38k stars 178 forks source link

Stabilize a builder and serde representation of semantic skeletons #5825

Open sffc opened 1 week ago

sffc commented 1 week ago

It is often likely to be easier to construct a semantic skeleton from a single flat structure as opposed to the highly typed enumerations we have in 2.0. We should consider making a builder type, and the builder can implement serde.

Needs coordination with CLDR to determine the serialized representation.