ssb-rpc

Crates.iossb-rpc
lib.rsssb-rpc
version0.3.1
sourcesrc
created_at2018-03-06 12:41:48.132442
updated_at2018-03-11 19:56:25.658672
descriptionThe remote procedure calls used by ssb.
homepage
repositoryhttps://github.com/ssbc/ssb-rpc-rs
max_upload_size
id54129
size47,813
all (github:sunrise-choir:all)

documentation

README

SSB-RPC

The remote procedure calls used by ssb.

Scuttlebutt has a plugin system that allows adding support for more rpcs. This module uses features to control which rpcs are exposed. By default, this includes the rpcs of the core scuttlebot module, and the rpcs of the plugins which are bundled with scuttlebot.

The rpcs for other plugins will be implemented in different crates, but can be exposed (behind a non-default feature flag) in this crate as well.

Commit count: 18

cargo fmt