hashiverse-server-lib 1.0.7

Hashiverse server library — production node implementation (HTTPS + ACME, Kademlia routing, DDoS protection, on-disk persistence) for your open-source decentralized X/Twitter replacement.
docs.rs failed to build hashiverse-server-lib-1.0.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hashiverse-server-lib-1.0.6

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

test-hashiverse-server-lib-default with cargo nextest run -p hashiverse-server-lib

Publish

publish-hashiverse-rust — published to crates.io on release events, alongside hashiverse-lib and hashiverse-client-rust.