Crate actorlib

source ·
Expand description

Actorlib SDK

This is the Rust SDK for Actorlib.

Usage

use actorlib::*;

#[tokio::main]
async fn main() -> Result<(), std::io::Error> {

   Ok(())
}

Structs

Traits

Type Aliases