Skip to content

Commit

Permalink
Merge pull request #66 from wiktor-k/wiktor/fix-extension-serialize
Browse files Browse the repository at this point in the history
Fix `Unparsed::encoded_len` implementation
  • Loading branch information
wiktor-k authored May 9, 2024
2 parents 6b369db + 6339e03 commit f07a436
Show file tree
Hide file tree
Showing 13 changed files with 1,212 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub mod message;
pub mod privatekey;
pub mod signature;

pub use self::error::*;
pub use self::error::{ProtoError as Error, ProtoResult as Result, *};
pub use self::message::*;
pub use self::privatekey::*;
pub use self::signature::*;
Loading

0 comments on commit f07a436

Please sign in to comment.