v0.10.0
What's Changed
- refactor(runtime): return Task in spawn_blocking by @Berrysoft in #221
- fix(buf): make IoBuf(Mut) unsafe by @Berrysoft in #222
- feat(driver,windows): add win32 event support by @Berrysoft in #223
- build: add flake.nix by @George-Miao in #226
- fix(driver,iour): remove outer squeue by @Berrysoft in #227
- refactor(bench): rewrite fs bench by @Berrysoft in #225
- refactor(driver): remove OpenFile & stat ops for Windows by @Berrysoft in #228
- fix(driver,iour): wrong impl of WriteVectoredAt by @Berrysoft in #231
- fix(driver,poll): use blocking file io by @Berrysoft in #232
- fix(unix,iour): musl libc compatibility by @valpackett in #233
- fix(driver): use statx only on linux-gnu by @Berrysoft in #235
- feat(fs): new fs methods by @Berrysoft in #237
- feat(driver): add CreateSocket by @Berrysoft in #236
- build(deps): update block2 requirement from 0.4.0 to 0.5.0 by @dependabot in #242
- feat(io): compat async stream for futures by @Berrysoft in #240
New Contributors
- @valpackett made their first contribution in #233
Full Changelog: v0.9.0...v0.10.0