//! Busan (부산) is an actor framework that prioritizes flexible construction and organization
//! of large-scale systems with a focus on ergonomics and usability.
//!
//! Busan is currently under initial development and may not be suitable for serious use-cases
//! (yet).
//!
//! <!-- TODO: Write a simple example here -->
//! <!-- TODO: Include a link to the example projects -->
pub use ActorSystem;
extern crate busan_derive;
pub use Message;