read_file

Function read_file 

Source
pub async fn read_file(path: impl AsRef<Path>) -> Result<String>
Expand description

Platform-agnostic read_file shim. Prefer using crate::platform::read_file for platform-specific implementations; this remains as a compatibility shim that delegates to the platform module.