//! `rusm-otp` — the Wasm-free Erlang/OTP core of RUSM.
//!
//! Lightweight processes (Tokio tasks), each with a message mailbox, over a
//! sharded process table. A process is killed by aborting its task — Tokio gives
//! us that handle for free — so a process carries just one channel. This crate
//! must never depend on or reference Wasmtime — the actor model stands alone;
//! Wasm is a separate, optional backend (`rusm-wasm`). See `docs/01-architecture.md`.
pub use ;
pub use LogLevel;
pub use ;
pub use Pid;
pub use ;
pub use ;
pub use ;