summaryrefslogtreecommitdiffstats
path: root/examples/events/README.md
blob: fd7f9b473a88ca41780569edaac4ca8de203d5e8 (plain) (blame)
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