pub fn append<P, D>(path: P, data: D) -> Result<()>where P: AsRef<Path>, D: AsRef<[u8]>,
Append to a file given its path and data
path
data