12 lines
233 B
Markdown
12 lines
233 B
Markdown
## 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
|