Expand description
Cognitora shared library.
Lean cross-cutting concerns reused by every binary: configuration, errors, BLAKE3 prefix hashing, and the concurrent prefix index.
Telemetry, TLS, and Kubernetes helpers live in dedicated cgn-*
crates so this crate stays free of heavy transitive dependencies.
Re-exports§
Modules§
- build
- Build / version metadata.
- config
- Cognitora configuration.
- error
- Workspace-wide error type.
- etcd_
keys - Cluster state key prefixes (etcd) used by router/agent/operator.
- hash
- Stable BLAKE3 prefix hashing used by the router and KV daemon.
- ports
- Default ports.
- prefix
- Prefix-aware lookup index used by the router.
Constants§
- DEFAULT_
CONFIG_ PATH - Default config search path.
- DEFAULT_
UDS_ DIR - Default UNIX domain socket directory used by the daemons.