reflink 0.1.3

copy-on-write mechanism on supported file systems
Documentation
1
2
3
4
5
6
use std::io;
use std::path::Path;

pub fn reflink(_from: &Path, _to: &Path) -> io::Result<()> {
    super::_reflink_not_supported()
}