rpc_pb

Crates.iorpc_pb
lib.rsrpc_pb
version
sourcesrc
created_at2023-06-25 17:55:37.751801
updated_at2025-02-04 08:11:51.259143
descriptionrpc_pb provides prototk definitions for an RPC layer.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id899718
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Robert Escriva (rescrv)

documentation

README

rpc_pb

rpc_pb provides prototk definitions for an RPC layer.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year. Documentation changes excepted.

Scope

This library contains everything necessary to define the wire format of the RPCs requests, responses, and frames.

Warts

  • The library is not documented yet. We will document it when the library implementing RPC drives any final changes.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1682

cargo fmt