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
pub mod glob_match;
pub mod models;
pub mod origins;
pub mod projects;
pub mod rule_fingerprint;
pub mod rule_view;