| Crates.io | hypersync-net-types |
| lib.rs | hypersync-net-types |
| version | 0.11.0-capnp.0 |
| created_at | 2024-05-08 10:15:47.821861+00 |
| updated_at | 2025-08-18 12:05:16.3198+00 |
| description | hypersync types for transport over network |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1233636 |
| size | 110,663 |
This crate contains the capnp schema for the hypersync network protocol.
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.