• Wolf Gantert's avatar
    Add a simple fs_checksum-tool · 3346c9ca
    Wolf Gantert authored
    Add two versions of fs_checksum, one based on c++17 std::filesystem
    (fs_checksum.cpp, created executable will be fs_checksum-17) and one based on
    boost::filesystem (boost_fs_checksum, created executable will be
    fs_checksum-boost).
    
    Everything is put under MIT, just to not bother more with it.
    3346c9ca
This project is licensed under the MIT License. Learn more