wefter 0.2.2-beta

Fully-customizable automation runtime using Lua
1
2
3
4
5
6
7
8
9
10
/// Module with API functions
mod api;

/// Module with the profile definition
mod def;
pub use def::{CommandMap, ProfileDef};

/// Module that contains Lua state
mod interpreter;
pub use interpreter::LuaInterpreter;