capnweb_types 0.2.1

Rust type definitions for the Cap'n Web RPC protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Cap'n Web Protocol Type Definitions

This crate provides type definitions for the [Cap'n Web Protocol][capnweb], which is an object-capability RPC protocol
designed for use in web applications.

The types defined in this crate can be serialized and deserialized using serde. Cap'n Web messages are encoded as JSON,
use the `serde_json` crate for serialization and deserialization matching the Cap'n Web specification.

This is not an official Cap'n Web project.

[capnweb]: https://github.com/cloudflare/capnweb