使用 movie 的示例存储库
movie
作者:Paweł Zmarzły
#12 in #movie
25KB
查看movie。
lib.rs
此存储库的代码
use movie::actor; actor! { SomeActor public_visibility: true, docs: /// This is an example actor. input: Ping, on_message: Ping => (), }