Skip to content

Commit

Permalink
chore(derive): Re-export types (#790)
Browse files Browse the repository at this point in the history
* chore: re-export types

* chore: re-export types
  • Loading branch information
refcell authored Nov 8, 2024
1 parent 9efaa74 commit d50844c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ extern crate alloc;

/// Required types and traits for kona's derivation pipeline.
pub mod prelude {
pub use crate::{attributes::*, errors::*, pipeline::*, sources::*, stages::*, traits::*};
pub use crate::{
attributes::*, errors::*, pipeline::*, sources::*, stages::*, traits::*, types::*,
};
}

pub mod attributes;
Expand Down

0 comments on commit d50844c

Please sign in to comment.