Crates.io | capnweb_types |
lib.rs | capnweb_types |
version | 0.2.2 |
created_at | 2025-09-24 06:52:51.091101+00 |
updated_at | 2025-09-25 16:14:59.607798+00 |
description | Rust type definitions for the Cap'n Web RPC protocol |
homepage | |
repository | https://github.com/Dr-Emann/capnweb_types |
max_upload_size | |
id | 1852595 |
size | 75,809 |
This crate provides type definitions for the Cap'n Web Protocol, 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.