pub async fn read_string_bounded( path: impl AsRef<Path>, max_bytes: usize, ) -> Result<String, FsError>
Read UTF-8 text only when its complete contents fit under max_bytes.
max_bytes