pub async fn append( path: impl AsRef<Path>, contents: impl AsRef<[u8]>, ) -> Result<()>
Append data to a file, creating it if it doesn’t exist.