bread-ecosystem/bread-utils
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
..
src bread-utils: expose xdg::home_dir(); document two more tilde-fallback bug sites 2026-07-17 10:11:53 +08:00
Cargo.toml Add bread-utils and bread-onnx: shared crates for ecosystem-wide duplication 2026-07-17 09:15:54 +08:00