Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 07:21
· 48 commits to main since this release

Breaking changes

  • Remove arithmetic operators (+, +=, Sum) implementation for ButtonSet

Added

  • ButtonSet::insert
  • Implement From<[Button; N]> and From<&[Button]> for ButtonSet

Documentation

  • Minor documentation inprovements