diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-26 22:52:16 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-26 22:58:03 +0100 |
| commit | a130eee7a71996f9ae50502c477a2c6494b78a83 (patch) | |
| tree | 39d5e659ad1d537728757aa542968cb49b06bd35 /src/primitive/mod.rs | |
| parent | implement IdentityId (diff) | |
implement NetworkId UserType
Diffstat (limited to 'src/primitive/mod.rs')
| -rw-r--r-- | src/primitive/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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::*; |
