difflore-core 0.3.0

Core library for the difflore CLI — rule store, retrieval, MCP server, hooks, cloud sync. Not intended for direct use; depend on `difflore-cli` instead.
1
2
3
4
5
6
7
8
9
pub mod capture;
pub mod client;
pub mod endpoints;
pub mod observations;
pub mod outbox;
/// Shared primitives for the two outbox queues (`outbox` and `observations`).
pub(crate) mod outbox_core;
pub mod session_mined;
pub mod sync;