capnweb_types

Crates.iocapnweb_types
lib.rscapnweb_types
version0.2.2
created_at2025-09-24 06:52:51.091101+00
updated_at2025-09-25 16:14:59.607798+00
descriptionRust type definitions for the Cap'n Web RPC protocol
homepage
repositoryhttps://github.com/Dr-Emann/capnweb_types
max_upload_size
id1852595
size75,809
Zachary Dremann (Dr-Emann)

documentation

README

Cap'n Web Protocol Type Definitions

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.

Commit count: 11

cargo fmt