split presence data object into file; improve service encapsulations

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-27 23:25:13 +00:00 committed by Jason Volk
parent ea95627dce
commit ddc8c3b46c
5 changed files with 99 additions and 84 deletions

View file

@ -851,6 +851,7 @@ style = { level = "warn", priority = -1 }
## some sadness
# trivial assertions are quite alright
assertions_on_constants = { level = "allow", priority = 1 }
module_inception = { level = "allow", priority = 1 }
###################
suspicious = { level = "warn", priority = -1 }