Skip to content

Releases: BroderickCarlin/regiface

regiface-v0.1.4

12 Feb 04:19
7d954f5
Compare
Choose a tag to compare

Fixed

  • Fix packed_struct feature not propertly cfg gated

Other

  • rustfmt fix
  • Merge remote-tracking branch 'origin/main'

regiface-v0.1.3

12 Feb 03:31
973323d
Compare
Choose a tag to compare

Fixed

  • remove default features from packed_struct dep

regiface-v0.1.2

12 Feb 03:07
Compare
Choose a tag to compare

Added

  • Add derive macros

Other

  • Fix README links

regiface-macros-v0.1.2

12 Feb 03:08
e1dbb83
Compare
Choose a tag to compare

Other

  • release

v0.1.1

29 Jan 02:18
4f65534
Compare
Choose a tag to compare

Added

  • Restructure the crate, add utilty methods
  • Refactor and add types for handling byte arrays
  • Switch to using PackedStruct for serde operations
  • Restructure the repo slightly, and get the traits close to their final forms
  • Initial commit of the core types

Other

  • Merge pull request #1 from BroderickCarlin/dependabot/github_actions/taskmedia/action-conventional-commits-1.1.11
  • Add README and fix a couple doc issues
  • Initial commit