pub fn home() -> String
Get the user’s home directory (macOS only)
use imessage_database::util::dirs::home; let path = home(); println!("{path}");