#movie #actor #true #docs #ping #input

movie_example

使用 movie 的示例存储库

1个不稳定版本

0.1.0 2019年3月25日

#12 in #movie

MIT/Apache

25KB

查看movie


lib.rs:

使用 movie 库的示例存储库

此存储库的代码

use movie::actor;

actor! {
    SomeActor
        public_visibility: true,
        docs: /// This is an example actor.
        input: Ping,
        on_message:
            Ping => (),
}

依赖项