Registry / networking / tetsy-jsonrpc-core

tetsy-jsonrpc-core

JSON →
library15.1.0rscratesunverified

Transport agnostic Rust implementation of JSON-RPC 2.0 Specification.

# Cargo.toml [dependencies] tetsy-jsonrpc-core = "15.1.0"
INSTALL
IMPORT
SIG · TETSY-JSONRPC-CORE
T
tetsy-jsonrpc-core
networkingrustv15.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IoHandler
✓ use tetsy_jsonrpc_core::IoHandler;

Create a JSON-RPC handler

use tetsy_jsonrpc_core::IoHandler; let mut io = IoHandler::new(); io.add_method("say_hello", |_params| { Ok(serde_json::json!("hello")) });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
15.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tetsy-jsonrpc-core — cargo add tetsy-jsonrpc-core · libregistry