diff options
| author | Max Audron <audron@cocaine.farm> | 2021-01-21 14:57:41 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-01-21 14:57:41 +0100 |
| commit | 6a6b1197f4ebc826c6b15eb3ca7f9e3efca1be19 (patch) | |
| tree | 2e6771af51fe1aec0da0e5d44b2c9ba7318451fa /src/message/signalproxy/mod.rs | |
| parent | reorganize tests and add quassel features (diff) | |
add to and from network derive
Diffstat (limited to '')
| -rw-r--r-- | src/message/signalproxy/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/message/signalproxy/mod.rs b/src/message/signalproxy/mod.rs index 4e99fb0..9887af7 100644 --- a/src/message/signalproxy/mod.rs +++ b/src/message/signalproxy/mod.rs @@ -7,6 +7,9 @@ pub mod objects; mod rpccall; mod syncmessage; +mod translation; +pub use translation::*; + pub use heartbeat::*; pub use initdata::*; pub use initrequest::*; |
