feat(derive): Pipeline Builder #110
Labels
A-derive
Area: kona-derive crate
K-feature
Kind: feature
M-good-first-issue
Meta: Good for newcomers
Milestone
Description
Implement a
DerivationPipeline
following the golang reference implementation.The pipeline will need to chain each Stage together from the
stages
module, successively passing each stage into the previous one. An example of this is shown below. This would becrates/derive/src/lib.rs
. Note, this may break since various constructors and stage implementation change.The text was updated successfully, but these errors were encountered: