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
10
11
pub mod config;
pub mod crypto;
pub mod daemon;
pub mod db;
pub mod env;
pub mod files;
pub mod git;
pub mod paths;
pub mod providers;
pub mod settings;
pub mod startup;