Crate actor_lib

source ·
Expand description

Actor-lib SDK

This is the Rust SDK for Actor-lib.

Usage

use actor_lib::*;

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

   Ok(())
}

Structs

Type Definitions