Skip to content

Commit f07a436

Browse files
authored
Merge pull request #66 from wiktor-k/wiktor/fix-extension-serialize
Fix `Unparsed::encoded_len` implementation
2 parents 6b369db + 6339e03 commit f07a436

File tree

13 files changed

+1212
-1113
lines changed

13 files changed

+1212
-1113
lines changed

src/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub mod message;
66
pub mod privatekey;
77
pub mod signature;
88

9-
pub use self::error::*;
9+
pub use self::error::{ProtoError as Error, ProtoResult as Result, *};
1010
pub use self::message::*;
1111
pub use self::privatekey::*;
1212
pub use self::signature::*;

0 commit comments

Comments
 (0)