0.2.2
Highlights
- In this release we added a new feature
poll-io
. With this feature, you can convertTcpStream
toTcpStreamPoll
, which implements tokio io traits. This feature allow users to use components binding with tokio io or poll-style io. The underlying implementation of this function is to monitor epoll fd through PollAdd on iouring. - Monoio is available on stable rust toolchain.
What's Changed
- feat(fs): support from_std by @bobozhengsir in #219
- fix: ci for the latest rust nightly version by @bobozhengsir in #220
- Fix a tiny issue with BufWriter by @Miaxos in #222
- fix compat Buf not remember offset after read&write by @hxzhao527 in #225
- Allow to use monoio on stable. by @gz in #227
- fix clippy error by @dragon-zhang in #228
- use once_cell::sync::Lazy replace std::sync::LazyLock by @dragon-zhang in #230
- feat: add poll-io feature to support using epoll on top of uring by @ihciah in #232
- fix: use new RUSTFLAGS to enable coverage by @ihciah in #233
New Contributors
- @Miaxos made their first contribution in #222
- @hxzhao527 made their first contribution in #225
- @gz made their first contribution in #227
- @dragon-zhang made their first contribution in #228
Full Changelog: 0.2.0...0.2.2