Skip to content

Commit 982a805

Browse files
committed
consensus_encoding: Export CompactSizeEncoder
1 parent aa00732 commit 982a805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

consensus_encoding/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub use self::encode::encode_to_vec;
4141
#[cfg(feature = "std")]
4242
pub use self::encode::encode_to_writer;
4343
pub use self::encode::encoders::{
44-
ArrayEncoder, BytesEncoder, Encoder2, Encoder3, Encoder4, Encoder6, SliceEncoder,
44+
ArrayEncoder, BytesEncoder, CompactSizeEncoder, Encoder2, Encoder3, Encoder4, Encoder6,
45+
SliceEncoder,
4546
};
4647
pub use self::encode::{encode_to_hash_engine, Encodable, Encoder};

0 commit comments

Comments
 (0)