Skip to content

Commit

Permalink
Once more into the breach
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Feb 21, 2024
1 parent 399f9c0 commit 5f306b4
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 5f306b4

Please sign in to comment.