Skip to content

Commit

Permalink
Add event_iterator crate to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jun 19, 2024
1 parent b37fd6e commit 7af22fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ that are designed to work well with pasts:
asynchronous channel
- [Smelling Salts] - Library for asynchronous device waking using OS APIs
- [Lookit] - Library for asynchronously connecting to devices using OS APIs
- [Event Iterator] - Library for lending asynchronous iteration

[^1]: Some features require a platform integration dependency, for instance:
- **`web`** pulls in [`wasm-bindgen-futures`][14]
Expand All @@ -92,3 +93,4 @@ that are designed to work well with pasts:
[Lookit]: https://docs.rs/crate/lookit
[Smelling Salts]: https://docs.rs/crate/smelling_salts
[Whisk]: https://docs.rs/crate/whisk
[Event Iterator]: https://docs.rs/crate/event_iterator

0 comments on commit 7af22fe

Please sign in to comment.