rfbutton 0.1.0

A library for decoding 433 MHz RF remote codes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rfbutton"
version = "0.1.0"
edition = "2021"
description = "A library for decoding 433 MHz RF remote codes."
license = "MIT OR Apache-2.0"
authors = ["Andrew Walbran <qwandor@gmail.com>"]
repository = "https://github.com/qwandor/rfbutton/"
keywords = ["rf", "433mhz"]
categories = ["hardware-support", "parser-implementations"]

[dependencies]
thiserror = "1.0.30"