Export Encode and Encoder in prelude

This commit is contained in:
Michael Pfaff 2022-11-07 10:10:41 -05:00
parent 97464fb262
commit 301f3c8945
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ pub(crate) use simd::SimdTestAnd;
pub(crate) use util::array_op;
pub(crate) use util::unroll;
pub use crate::enc::{Encode as _, Encoder as HexEncoder};