Expand description
Actorlib SDK
This is the Rust SDK for ORMlib.
Usage
use ormlib::*;
#[tokio::main]
async fn main() -> Result<(), std::io::Error> {
Ok(())
}
This is the Rust SDK for ORMlib.
use ormlib::*;
#[tokio::main]
async fn main() -> Result<(), std::io::Error> {
Ok(())
}