We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
deserialize_with
[0]: example
gerb/src/ufo/glif.rs
Line 145 in 5911e42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
gerb/src/ufo/glif.rs
Line 145 in 5911e42
The text was updated successfully, but these errors were encountered: