Skip to content

irox-structs_derive v0.2.0

Compare
Choose a tag to compare
@spmadden spmadden released this 18 Sep 02:49
· 1135 commits to master since this release
6a72204

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • update README.md and Cargo.toml
  • new struct serialization modules

Bug Fixes

  • add specific version

Refactor

  • There's no reason to have a separate error type, so it just returns std::io::Error now

Commit Statistics

  • 7 commits contributed to the release over the course of 19 calendar days.
  • 7 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Update README.md and Cargo.toml (1d10250)
    • There's no reason to have a separate error type, so it just returns std::io::Error now (dde7377)
    • Add specific version (74f6a74)
    • New struct serialization modules (c48f8ae)