warptrixy 0.1.3

Simple API Wrapper for the AWTRIX 3
Documentation
1
2
3
4
5
6
7
8
9
mod client;
mod config;
mod models;
mod requests;
// re-exports

pub use client::Warptrixy as WarptrixyClient;
pub use config::Config;
pub use models::*;