docs.rs failed to build hashiverse-server-lib-1.0.7-rc1
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.
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
with
cargo nextest run -p hashiverse-server-lib
Publish
— published to crates.io on release events, alongside
hashiverse-lib and hashiverse-client-rust.