fash 0.1.4

cross-platform GUI-app for calculating hashes of files and comparing them to supplied hashes
1
2
3
4
5
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release

fn main() {
    fash::run();
}