hypercore_schema 0.1.0

Data structures shared between hypercore and hypercore-protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Hypercore Schea

This contains types shared between `hypercore_protocol` and `hypercore`

# Usage

## formatting

To format source code, `rustfmt` needs to run with nightly ([more info](https://github.com/rust-lang/rustfmt?tab=readme-ov-file#on-the-nightly-toolchain)): `cargo +nightly fmt`.

## Releasing

* Releasing run `cargo release  ... `