drft-cli 0.7.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
5
use std::process::Command;

pub fn drft_bin() -> Command {
    Command::new(env!("CARGO_BIN_EXE_drft"))
}