reflink-copy 0.1.20

copy-on-write mechanism on supported file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
os:
  - linux
  - osx
  - windows
dist: xenial
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
script:
  - rustup target list | grep '(default)' | awk '{print $1}'
  - cargo build --verbose --all
  - cargo test --verbose --all --no-fail-fast -- --nocapture
  - RUST_BACKTRACE=1 cargo run --example compare