Crate capnweb_types

Crate capnweb_types 

Source
Expand description

Rust type definitions for the Cap’n Web RPC protocol

This crate provies rust types for the low-level Cap’n Web protocol, which can be serialized and deserialized using Serde into the JSON format used by the protocol.

The top-level type is Message, which represents a single message in the protocol. The main type used within messages is Expression, which describes values and references

Re-exports§

pub use expression::Expression;

Modules§

expression
Types for capnweb expressions.

Enums§

Message
A top-level message in the Cap’n Web protocol

Type Aliases§

Id
An Identifier for imports and exports