Skip to content

Commit 6339e03

Browse files
authored
Merge pull request #67 from overhacked/overhacked/modularize-proto-message
Modularize `proto::messsage`
2 parents c50efaf + fe7a97c commit 6339e03

File tree

11 files changed

+1203
-1116
lines changed

11 files changed

+1203
-1116
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)