taptap 0.1.1

An implementation of the Tigo TAP protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

pub mod barcode;
pub mod gateway;
pub mod pv;

pub mod capture;

pub mod config;
pub mod observer;

#[cfg(test)]
pub mod test_data;