From a130eee7a71996f9ae50502c477a2c6494b78a83 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 26 Feb 2025 22:52:16 +0100 Subject: implement NetworkId UserType --- src/primitive/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/primitive/mod.rs') diff --git a/src/primitive/mod.rs b/src/primitive/mod.rs index dbc82d0..79ff6c4 100644 --- a/src/primitive/mod.rs +++ b/src/primitive/mod.rs @@ -4,6 +4,7 @@ mod datetime; mod identityid; mod message; mod msgid; +mod networkid; mod peerptr; mod signedint; mod string; @@ -19,6 +20,7 @@ pub use datetime::*; pub use identityid::*; pub use message::*; pub use msgid::*; +pub use networkid::*; pub use peerptr::*; #[allow(unused_imports)] pub use signedint::*; -- cgit v1.2.3