# 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 ... `