diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-26 19:15:11 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-26 19:20:33 +0100 |
| commit | 58eb9e51595838aa28e24db69ff01a5509852357 (patch) | |
| tree | 48f0c018d14264c34287a5f3c9e4649d20cb50de /src/primitive/mod.rs | |
| parent | refactor variant deserialization (diff) | |
implement IdentityId
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 7e629b0..dbc82d0 100644 --- a/src/primitive/mod.rs +++ b/src/primitive/mod.rs @@ -1,6 +1,7 @@ mod bufferid; mod bufferinfo; mod datetime; +mod identityid; mod message; mod msgid; mod peerptr; @@ -15,6 +16,7 @@ mod variantmap; pub use bufferid::*; pub use bufferinfo::*; pub use datetime::*; +pub use identityid::*; pub use message::*; pub use msgid::*; pub use peerptr::*; |
