pub async fn read_bytes<P: AsRef<Path>>(path: P) -> Result<Vec<u8>, String>
Read an entire file as bytes (async).