//! This `hub` crate is the
//! entry point of the Rust logic.
use create_actors;
use ;
use spawn;
// Uncomment below to target the web.
// use tokio_with_wasm::alias as tokio;
write_interface!;
// You can go with any async library, not just `tokio`.
async