-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Milestone
Description
Some UFOv3 fields can have only specific values (for example, lists of bit flags with specific values or lists with specific length).
These can be implemented as serde's deserialize_with field attributes. There are already similar examples in the ufo module [0]
[0]: example
Line 145 in 5911e42
| #[serde(serialize_with = "smooth_serialize")] |