This is the Rust SDK for Actor-lib.
use actor_lib::*; #[tokio::main] async fn main() -> Result<(), BoxDynError> { Ok(()) }