-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #942 from powdr-labs/powdr-aliases
Add some aliases to powdr crate
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
pub use powdr_executor; | ||
pub use powdr_number; | ||
pub use powdr_pipeline; | ||
pub use powdr_riscv; | ||
pub use powdr_riscv_executor; | ||
pub use powdr_backend as backend; | ||
pub use powdr_executor as executor; | ||
pub use powdr_number as number; | ||
pub use powdr_pipeline as pipeline; | ||
pub use powdr_riscv as riscv; | ||
pub use powdr_riscv_executor as riscv_executor; | ||
|
||
pub use powdr_pipeline::Pipeline; | ||
|
||
pub use powdr_number::Bn254Field; | ||
pub use powdr_number::FieldElement; | ||
pub use powdr_number::GoldilocksField; |