0.0.7
What's Changed
- remove dependency futures and update crate version by @ihciah in #80
- add docs for legacy driver mode by @ihciah in #81
- fix: replace RawBuf with IoVecWrapper for drop safe; impl SinkExt by @ihciah in #84
- fix: change type alias restriction to satisfy latest nightly by @ihciah in #89
- write stub code for pass compile on windows system by @LemonHX in #88
- improve: remove default box for op by @ihciah in #92
- chore: add rustfmt.toml & do fmt by @ihciah in #93
- replace lazy_static with LazyLock by @ihciah in #94
- fix: remove OsSocketAddr on connect by @ihciah in #98
- fix: remove libc::EFD_NONBLOCK from eventfd flags by @import-yuefeng in #100
- fix None eq warning by @ihciah in #101
New Contributors
- @LemonHX made their first contribution in #88
- @import-yuefeng made their first contribution in #100
Full Changelog: 0.0.6...0.0.7