//! # Actions
//! `actions` is a library that helps you getting control over the state of you program.
//! Using actions allows you to
//! - **Undo** and **redo** actions!
//! - Create *macro's* which merge multiple actions into one chain of actions!
pub use ;
pub use Chain;
pub use Error;
pub use ;
pub use Timeline;