//! Async-first core: actor-style `Request` / `Subscribe` + their drivers.
//!
//! Exposed as `motorcortex_rust::core::*`. The blocking façade under
//! `motorcortex_rust::blocking::*` is a thin sync wrapper over these
//! types.
//!
//! See `ARCHITECTURE.md` for the design rationale.
pub use Request;
pub use ConnectionState;
pub use Subscribe;
pub use ;