0.1.0 |
|
---|---|
0.0.2 |
|
0.0.1 |
|
#81 in #actor-framework
11KB
203 lines
Actor-lib
Indeed, an actor library, not a framework, written in Rust
lib.rs
:
Actor-lib SDK
This is the Rust SDK for Actor-lib.
Usage
use actor_lib::*;
#[tokio::main]
async fn main() -> Result<(), BoxDynError> {
Ok(())
}
Dependencies
~3–9MB
~74K SLoC