pub fn load_users_from_toml( path: &str, ) -> Result<HashMap<String, UserRecord>, String>
Load user records from a TOML configuration file path.