Crate ormlib

source ·
Expand description

Actorlib SDK

This is the Rust SDK for ORMlib.

Usage

use ormlib::*;

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

   Ok(())
}

Structs

Enums

Traits