Skip to content

Commit

Permalink
Merge pull request #18 from EspressoSystems/ok_symbols_do_need_to_be_…
Browse files Browse the repository at this point in the history
…in_lib_rs

Once more into the breach
  • Loading branch information
nyospe authored Feb 21, 2024
2 parents 399f9c0 + 5f306b4 commit 86f0e75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ pub mod binary_serializer;
pub mod bincode_serializer;
pub mod version;
pub mod versioned;

pub use crate::binary_serializer::BinarySerializer;
pub use crate::bincode_serializer::BincodeSerializer as Serializer;

0 comments on commit 86f0e75

Please sign in to comment.