Skip to content

Commit

Permalink
add byteorder proto traits
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Sep 25, 2024
1 parent 5870126 commit 4615638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/proto_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use crate::error::ProtoCodecError;

pub mod error;
pub mod types;
pub mod byteorder;

pub trait ProtoCodec: Sized {
fn proto_serialize(&self, buf: &mut Vec<u8>) -> Result<(), ProtoCodecError>;
Expand Down

0 comments on commit 4615638

Please sign in to comment.