dev
branch. Did you create your branch from dev
?cargo +nightly fmt --all
command prior to submission?cargo clippy --all --all-features
command?/claim #3531
This is done via metadata forwarding when deserializing RangeInterface, and using a macro to define Condition
that allows the separation of fields requiring custom deserialization from those that were fine with Derive
from serde
. I opted for a definition macro rather than a separate enum def in the function locally, to avoid the need for maintainers to duplicate field declarations. The macro setup will handle all required separation on its own, without the need to cross-check field declarations.
Anthony Tritonn
@Tritonn204
Qdrant
@Qdrant