/*
Appellation: acme <library>
Contrib: FL03 <jo3mccain@icloud.com>
*/
//! # acme
//!
//! Welcome to `acme`! This crate is designed to be an efficient, flexible, and secure engine
//! for automatically aggreating information from various sources, processing it, and
//! distributing it to the appropriate consumers.
extern crate std;
extern crate alloc;
pub use *;
pub use acme_engine as engine;