Expand description

Assert a std::fs::read_to_string() is not equal to another.

§Example


let a ="alfa.txt";
let b ="bravo.txt";
assert_fs_read_to_string_ne!(&a, &b);

§Module macros