Re-exports§
pub use crate::infra::db::current_project_root;
Functions§
- config_
file <config_home>/config.toml.- config_
home - Currently equals
data_home(). Kept as a separate function so a future split (e.g. honoring XDG$XDG_CONFIG_HOME) doesn’t break callers. - data_
home ~/.difflore(or$DIFFLORE_HOMEin production / shared test home in tests). All local data + config files live under this root.