Merge commit 'b67b587' into main

This commit is contained in:
Ming-Hung Tsai
2021-01-12 02:50:12 +08:00

View File

@@ -1,3 +1,7 @@
// This work is based on the implementation by Nikhil Kshirsagar which
// can be found here:
// https://github.com/nkshirsagar/thinpool_shrink/blob/split_ranges/thin_shrink.py
extern crate clap; extern crate clap;
extern crate thinp; extern crate thinp;