Closed DCNick3 closed 2 weeks ago
Needed for me to finish integrating query projections (#5063) into the iroha codebase.
Completes the second part of and closes #5130.
A macro with a syntax similar to derive-where that emits the #[serde(bounds(...))] attributes
derive-where
#[serde(bounds(...))]
iroha_derive
CONTRIBUTING.md
Context
Needed for me to finish integrating query projections (#5063) into the iroha codebase.
Completes the second part of and closes #5130.
Solution
A macro with a syntax similar to
derive-where
that emits the#[serde(bounds(...))]
attributesReview notes
iroha_derive
crate into files; the second commit is the interesting partChecklist
CONTRIBUTING.md
.