# rpcx_rust_examples **Repository Path**: walter80/rpcx_rust_examples ## Basic Information - **Project Name**: rpcx_rust_examples - **Description**: rpcx rust教程 - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README /Users/wolingzong/.cargo/bin/cargo run --color=always --package server_mul --bin server_mul Finished dev [unoptimized + debuginfo] target(s) in 0.09s Running `target/debug/server_mul` Listening on: 0.0.0.0:8972 /Users/wolingzong/.cargo/bin/cargo run --color=always --package client_call_mul --bin client_call_mul Finished dev [unoptimized + debuginfo] target(s) in 0.10s Running `target/debug/client_call_mul` received: ArithAddReply { c: 10 } received: ArithAddReply { c: 20 } 已存在的文件夹或 Git 仓库 cd existing_folder git init git remote add origin git@gitee.com:walter80/rpcx_rust_examples.git git add . git commit git push -u origin master