Skip to content

Commit

Permalink
Also export Fixed and Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Jul 26, 2024
1 parent e012b17 commit f088a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ mod encode;
pub mod legacy;
mod union_selector;

pub use bitfield::{BitList, BitVector};
#[doc(hidden)]
pub use bitfield::{BitList, BitVector, Fixed, Variable};
pub use decode::{
impls::decode_list_of_variable_length_items, read_offset, split_union_bytes,
try_from_iter::TryFromIter, Decode, DecodeError, SszDecoder, SszDecoderBuilder,
Expand Down

0 comments on commit f088a3a

Please sign in to comment.