pub fn load_users_from_str( content: &str, ) -> Result<HashMap<String, UserRecord>, String>
Load user records from TOML content string.