automate-derive 0.4.0

Derive macros for the automate library
Documentation
mod convert;
mod endpoint;
mod listener;
mod object;
mod payload;
mod stringify;

pub use convert::convert;
pub use endpoint::endpoint;
pub use listener::listener;
pub use object::object;
pub use payload::payload;
pub use stringify::stringify;