heddle-daemon 0.3.1

Heddle local-mode gRPC daemon and service implementations
docs.rs failed to build heddle-daemon-0.3.1
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: heddle-daemon-0.4.0

Heddle local-mode gRPC daemon.

Hosts the W2 gRPC services on a Unix-domain socket inside a single repo, reachable by the same-user CLI for the latency-sensitive agent loop. No Biscuit, no TLS, no multi-tenant — local-only, single-user, same-process auth via SO_PEERCRED on Linux and getpeereid on macOS.

The hosted variant (with Postgres, Biscuit, push/pull) lives in the server crate. The two sides share the gRPC service contract from the grpc crate but implement it against different state stores.