MCPcopy Create free account
hub / github.com/actix/examples / convention.rs

File convention.rs

json/jsonrpc/src/convention.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! JSON-RPC 2.0 Specification
2//! See: https://www.jsonrpc.org/specification
3
4use std::{error, fmt};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected