//! Central communication hub for [`Actor`]s.
//!
//! Actors access data through [`Reader`]s and [`Writer`]s.
//!
//! [`Actor`]:crate::actor::Actor
pub
pub use ;
pub use ExclusiveReader;
pub use InitializedReader;
pub use Reader;
pub use Slot;
pub use Storable;
pub use Writer;