mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 12:21:58 +00:00
create rpc toolkit
This commit is contained in:
10
rpc-toolkit-macro-internals/src/rpc_server/mod.rs
Normal file
10
rpc-toolkit-macro-internals/src/rpc_server/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use syn::*;
|
||||
|
||||
pub struct RpcServerArgs {
|
||||
command: Path,
|
||||
seed: Expr,
|
||||
status_fn: Option<Expr>,
|
||||
}
|
||||
|
||||
pub mod build;
|
||||
mod parse;
|
||||
Reference in New Issue
Block a user