{"id":72345,"library":"workflow-rpc","title":"Workflow RPC","description":"Workflow RPC (wRPC) framework based on workflow-websocket, supporting native and WASM clients with Borsh and JSON protocols.","status":"active","version":"0.18.0","language":"rust","source_language":null,"source_url":"https://github.com/workflow-rs/workflow-rs","tags":["rpc","websocket","async","wasm","borsh","json"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nworkflow-rpc = \"0.18.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add workflow-rpc","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use workflow_rpc::client::Client;"}],"quickstart":{"code":"use workflow_rpc::client::Client;\n\n#[tokio::main]\nasync fn main() {\n    let client = Client::new(\"ws://localhost:8080\").await.unwrap();\n    println!(\"Connected\");\n}","lang":"rust","description":"Connect to a wRPC server using the client."},"warnings":[{"fix":"Ensure you have a tokio runtime, e.g., #[tokio::main].","message":"Requires tokio runtime for native usage.","severity":"gotcha","affected_versions":">=0.18.0"}],"env_vars":null,"search_vec":"'async':24 'base':7 'borsh':18,26 'client':16 'framework':6 'json':20,27 'nativ':13 'protocol':21 'rpc':2,4,22 'support':12 'wasm':15,25 'websocket':11,23 'workflow':1,3,10 'workflow-websocket':9 'wrpc':5","created_at":"2026-06-17T18:37:59.501667+00:00","updated_at":"2026-06-17T18:37:59.501667+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/workflow-rs/workflow-rs","github":"https://github.com/workflow-rs/workflow-rs","docs":"https://docs.rs/workflow-rpc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}