github rster2002/ed-journals 0.11.2
Version 0.11.2

latest releases: 0.13.0, 0.13.0-rc.2, 0.12.4...
12 months ago

What's changed

This release is a small first step towards reworking the current readers to be more usable, but creating a new API has been a bit of a challenge, so those changes are still in the works. In the mean time however: some of the changes can be helpful even now, so @CMDR-WDX has ported over some of these additions to the master branch. Thanks!

A new module called io currently is just contains two models: LogIter and AsyncIter. These models allow reading over some binary data without it necessarily needing to be a file and they implement their respective iterator traits (Iterator for LogIter and futures::Steam for AsyncIter)

In the future the io module will house all the models related to reading logs and journals and the current readers will be removed.

Change log

  • Added LogIter for iterating over some io::Read.
  • Added AsyncIter for streaming data over some futures::AsyncRead
  • Added tokio feature preparing for changes to how async is handled in the future.

Don't miss a new ed-journals release

NewReleases is sending notifications on new releases.