1 2 3 4 5 6 7 8 9 10 11 12
## Events A log of native events displayed using a conditional `Subscription`. The __[`main`]__ file contains all the code of the example. You can run it with `cargo run`: ``` cargo run --package events ``` [`main`]: src/main.rs