Add suport for system events

This commit is contained in:
Mihai Dinculescu
2022-10-29 13:48:00 +01:00
parent ad52d7f050
commit 2809917a93
16 changed files with 554 additions and 116 deletions

View File

@@ -44,3 +44,9 @@ cargo run --bin data_multiple_objects
```bash
cargo run --bin facilities
```
## Receiving system events
```bash
cargo run --bin system_events
```