About
Shared server-side library used by the hashiverse-server binary. Holds the real server implementation (Kademlia, transport, environment, DDoS protection, handlers) so the binary stays a thin wrapper.
Usage
with
cargo nextest run -p hashiverse-server-lib
Publish
— published to crates.io on release events, alongside
hashiverse-lib and hashiverse-client-rust.