Skip to content

Commit

Permalink
Make Convert and ConvertParameters traits public.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Dec 12, 2023
1 parent 0e508eb commit 5617e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod conversion;
pub use conversion::Conversion;

mod convert;
pub(crate) use convert::{Convert, ConvertParameters};
pub use convert::{Convert, ConvertParameters};

mod axisswap;
pub use axisswap::{AxisswapConversion, AxisswapOrdering};
Expand Down

0 comments on commit 5617e33

Please sign in to comment.