aboutsummaryrefslogtreecommitdiff
path: root/derive/src/network
diff options
context:
space:
mode:
authorTobias Deiminger <tdmg@linutronix.de>2024-04-14 23:17:48 +0200
committerMax Audron <audron@cocaine.farm>2025-02-25 00:01:42 +0100
commit522258c809c9617bd6d92ee7305225a08803b369 (patch)
tree34eee000df8fc13607a09bedde95431c1770bf0e /derive/src/network
parentadded session manager comments and log message (diff)
Add MsgId as Rust type
Up to now it was handled implicitely in Variant::UserType. Making it an explicit type allows to centralize the i32/i64 cfg dependency and to use the type for arguments in signalproxy::objects functions.
Diffstat (limited to 'derive/src/network')
0 files changed, 0 insertions, 0 deletions
ification 2021-10-19add formatting trait for irc codesMax Audron-0/+129 add an impl off the formatting trait on String to format Strings with the typical irc formatting codes for bold, italic etc 2021-10-17fix links in readmeMax Audron-2/+2