difflore-core 0.1.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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api_types;
pub mod capture;
pub mod client;
pub mod endpoints;
pub mod observations;
pub mod outbox;
/// Shared, behaviour-identical primitives for the two outbox queues
/// (`outbox` and `observations`). Crate-internal only.
pub(crate) mod outbox_core;
pub mod session_mined;
pub mod sync;