launcher_plugin/
lib.rs

1//! Flow Launcher rust插件开发的简单封装
2//! 
3
4/// 自定义错误类型
5pub mod error;
6/// 简单封装
7pub mod jsonrpc;