https://github.com/ardaku/event_iterator
Asynchronous lending iterator
https://github.com/ardaku/event_iterator
async async-iterator async-lending-iterator gat iterator lending-iterator rust
Last synced: about 1 month ago
JSON representation
Asynchronous lending iterator
- Host: GitHub
- URL: https://github.com/ardaku/event_iterator
- Owner: ardaku
- License: apache-2.0
- Created: 2024-06-19T17:01:58.000Z (11 months ago)
- Default Branch: v0
- Last Pushed: 2025-01-15T05:00:03.000Z (4 months ago)
- Last Synced: 2025-04-22T13:58:41.218Z (about 1 month ago)
- Topics: async, async-iterator, async-lending-iterator, gat, iterator, lending-iterator, rust
- Language: Rust
- Homepage: https://docs.rs/event_iterator
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Event Iterator
#### Asynchronous lending iterator
A modified `AsyncIterator` or `Stream` using GATs to enable lending.
## MSRV
The current MSRV is Rust 1.70.
MSRV is updated according to the [Ardaku MSRV guidelines].
## License
Copyright © 2024 The Event Iterator Contributors.
Licensed under any of
- Apache License, Version 2.0, ([LICENSE\_APACHE] or
)
- Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
)
- MIT License, ([LICENSE\_MIT] or )at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.## Help
If you want help using or contributing to this library, feel free to send me an
email at .[Ardaku MSRV guidelines]: https://github.com/ardaku/.github/blob/v1/profile/MSRV.md
[LICENSE\_APACHE]: https://github.com/ardaku/event_iterator/blob/v0/LICENSE_APACHE
[LICENSE\_BOOST]: https://github.com/ardaku/event_iterator/blob/v0/LICENSE_BOOST
[LICENSE\_MIT]: https://github.com/ardaku/event_iterator/blob/v0/LICENSE_MIT