Skip to content

0.2.4

Latest
Compare
Choose a tag to compare
@ihciah ihciah released this 20 Aug 08:41
· 9 commits to master since this release

What's Changed

  • readme: typo fix by @tshepang in #258
  • enhance: remove redundant check and improve efficiency by @ihciah in #260
  • fix: read_u128_le() returns u16 instead of u128 . by @liuxin231 in #262
  • Fix docs.rs build by @hatoo in #264
  • Feat: BoxFuture which implements Send by @har23k in #271
  • ci/fix: modify ci.yml to let cargo fmt/clippy only runs on nightly channel by @Lzzzzzt in #273
  • feat(op, fs): ✨ Intergated statx into monoio by @Lzzzzzt in #268
  • ci: Make rustfmt and clippy happy by @Xuanwo in #279
  • docs: correct JoinHandle link in the doc of spawn() by @SteveLauC in #265
  • ci: using main branch of cross by @Lzzzzzt in #283
  • make clippy happy by @Lzzzzzt in #284
  • ci: Disable test for i686 unknown linux target by @Xuanwo in #286
  • fix: don't register file fd in File::from_std by @NKID00 in #277
  • feat(op, fs): ✨ add MkDirAt opcode in io-uring and create_dir(_all) by @Lzzzzzt in #270
  • feat: unlink op, remove_file and remove_dir by @NKID00 in #288
  • feat: support opcode::RenameAt by @Lzzzzzt in #289

New Contributors

Full Changelog: 0.2.3...0.2.4