automation_rs/src/lib.rs
Dreaded_X 31169d32eb
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 7m3s
Build and deploy automation_rs / Build Docker image (push) Successful in 39s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Improved the internals of the LuaDeviceConfig macro and improve the
usability of the macro
2024-04-26 04:53:45 +02:00

14 lines
250 B
Rust

#![allow(incomplete_features)]
#![feature(specialization)]
#![feature(let_chains)]
pub mod auth;
pub mod config;
pub mod device_manager;
pub mod devices;
pub mod error;
pub mod event;
pub mod messages;
pub mod mqtt;
pub mod schedule;
pub mod traits;