0.1.0 |
|
---|---|
0.0.2 |
|
0.0.1 |
|
#78 in #actor-framework
11KB
203 代码行数
Actor-lib
的确,这是一个actor库,而不是框架,用Rust编写的
lib.rs
:
Actor-lib SDK
这是Actor-lib的Rust SDK。
用法
use actor_lib::*;
#[tokio::main]
async fn main() -> Result<(), BoxDynError> {
Ok(())
}
依赖项
~3–9.5MB
~74K SLoC