bread-ecosystem/bread-utils/src
Breadway 6ae7edb83c bread-utils: expose xdg::home_dir(); document two more tilde-fallback bug sites
home_dir() was already computed internally (home_or_root) but not exposed
— breadarr-shared's own expand_home() helper needs it to fix the same bug
class documented in this module: its own fallback (when HOME itself isn't
set) returned the literal unexpanded "~/..." input string instead of a
real path. Also documented breadmon/src/profile.rs's profiles_dir(),
fixed in that repo's own commit.
2026-07-17 10:11:53 +08:00
..
atomic.rs Add bread-utils and bread-onnx: shared crates for ecosystem-wide duplication 2026-07-17 09:15:54 +08:00
gtk_popup.rs Add bread-utils and bread-onnx: shared crates for ecosystem-wide duplication 2026-07-17 09:15:54 +08:00
hypr.rs bread-utils: add socket timeouts to hypr::request 2026-07-17 10:05:26 +08:00
lib.rs bread-utils: fix flaky test isolation around process-global env vars 2026-07-17 10:02:42 +08:00
proc.rs Add bread-utils and bread-onnx: shared crates for ecosystem-wide duplication 2026-07-17 09:15:54 +08:00
singleton.rs bread-utils: fix flaky test isolation around process-global env vars 2026-07-17 10:02:42 +08:00
tomlcfg.rs Add bread-utils and bread-onnx: shared crates for ecosystem-wide duplication 2026-07-17 09:15:54 +08:00
xdg.rs bread-utils: expose xdg::home_dir(); document two more tilde-fallback bug sites 2026-07-17 10:11:53 +08:00