rfbutton 0.1.2

A library for decoding 433 MHz RF remote codes.
Documentation
# Changelog

## 0.1.2

### Other changes

- Implemented `Copy` for `Code`.

## 0.1.1

### New features

- Implemented `Hash` for `Code`.
- Implemented `serde::Serialize` and `serde::Deserialize` for `Code`, behind new `serde` feature
  flag.

### Other changes

- Added example of using the library with a CC1101 module connected to a Raspberry Pi.

## 0.1.0

Initial release.