hypersync-net-types

Crates.iohypersync-net-types
lib.rshypersync-net-types
version0.11.0-capnp.0
created_at2024-05-08 10:15:47.821861+00
updated_at2025-08-18 12:05:16.3198+00
descriptionhypersync types for transport over network
homepage
repository
max_upload_size
id1233636
size110,663
Jason Smythe (JasoonS)

documentation

README

hypersync-net-types

This crate contains the capnp schema for the hypersync network protocol.

Building

To build the schema, run the following command:

make capnp-build

This will generate the hypersync_net_types_capnp.rs file in the src directory.

The build script will not run on every build, so you will need to run it manually if you make changes to the schema.

The ci tests will fail if the schema is not up to date.

This is to avoid the need to have a capnp compiler installed on the consumers of this crate.

Commit count: 0

cargo fmt