Skip to content

Releases: ohkami-rs/serdev

v0.2

14 Sep 09:09
b71bf8b
Compare
Choose a tag to compare

What's Changed

  • chore: fix repository urls in Cargo.tomls by @kanarus in #9
  • chore: place examples at the top of repository by @kanarus in #11
  • chore: add fields transfering by hand vs mem::transmute by @kanarus in #12
  • chore: CI: run examples in test to execute assert_eq!s by @kanarus in #13
  • chore: update README by @kanarus
  • feat: support #[serdev(crate = "path::to::serdev")] by @kanarus in #21

Full Changelog: v0.1...v0.2.0

v0.1

25 Aug 01:39
2d756aa
Compare
Choose a tag to compare

First Release!