Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Adding the new trait mod
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Sep 24, 2021
1 parent 6c55862 commit 830ac8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/engine/io/format_traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ pub mod encoded_size;
pub use encoded_size::ConstEncodedSize;
pub use encoded_size::EncodedSize;
pub use encoded_size::SelfEncodedSize;

pub mod parseable;
pub use parseable::Parseable;

pub mod serializable;
pub use serializable::Serializable;

0 comments on commit 830ac8d

Please sign in to comment.