This commit is contained in:
Robin Appelman 2026-03-29 15:45:48 +02:00
commit e19eb4601e

View file

@ -10,7 +10,7 @@ requiring parsing the file in full.
## Serde ## Serde
This crate implements a deserializer for serde, but because VDF doesn't map that This crate implements a deserializer for serde, but because VDF doesn't map that
well only the serde data model not every type might deserialize properly. well onto the serde data model not every type might deserialize properly.
### Limitations ### Limitations